+ Reply to Thread
Results 1 to 6 of 6

Value if "Today" greater than stated Date

  1. #1
    Registered User
    Join Date
    02-09-2005
    Posts
    51

    Value if "Today" greater than stated Date

    I want the value in a cell to be a calculated value if the date of viewing the value is later than a specified date. e.g. =If(today>=date,calculated value,""). How do I do that? As I stated it here it doesn't work.

  2. #2
    Registered User
    Join Date
    08-17-2004
    Posts
    14
    Hey,

    Not sure if this is exatly what you have:

    =If(today>=date,calculated value,"")
    Make sure to use the full Today function

    For Example

    =if(Today()>=date,calculatedValue,"")

  3. #3
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    If the date to look at is in cell A1, you could use:

    =IF(TODAY()>=A1,calculated_value,"")

    Or to specify a date (4/1/2008 in this example), you could use:

    =IF(TODAY()>=DATE(2008,4,1),calculated_value,"")

    HTH

    Jason

  4. #4
    Registered User
    Join Date
    02-09-2005
    Posts
    51

    Thanks

    Thanks for the help. It does what I want when I get all the functions stated correctly.

  5. #5
    Registered User
    Join Date
    03-17-2013
    Location
    NYS
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Value if "Today" greater than stated Date

    so how do i go ahead i want to take the time in A1 then when this time arrives it should automaticly show the text from P1

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Value if "Today" greater than stated Date

    Read the Forum Rules, and do not ask a question in someone else's thread - start your own thread instead.

    Pete

+ Reply to Thread

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