Results 1 to 8 of 8

SOLVED Get next date after Today()

Threaded View

  1. #1
    Registered User
    Join Date
    06-18-2009
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2003
    Posts
    15

    SOLVED Get next date after Today()

    Hello - I am trying to write a formula to return the next date after today, but am having some trouble with it. Here is my scenario:

    In cell K25 I have a value where if it is greater than 49 I want the forumla to look at the values of Cells L3:L22 (these cells have a range of dates in them). I want the formula to go through these cells and pick the next date after today....If the value in Cell K25 is Less than or equal to 49 I want it to just return Todays date.

    I found this post http://www.excelforum.com/excel-gene...ter-today.html which was basically what I was looking for, but for some reason when I put that into my formula it will return the smallest date, even if it is older than today.

    So going back to my formula....Here is what I have currently in my cell:
    =IF(K25>49,MIN(IF(L3:L22>TODAY(),L3:L22)),TODAY())

    Like I mentioned above - this results with dates that are older than today - what can I do to make it return results that are only after todays date?

    Thanks for any help you can provide!
    Last edited by garveyj; 06-18-2009 at 09:11 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1