+ Reply to Thread
Results 1 to 3 of 3

setting up a IF & TODAY formula to flag impending dates

  1. #1
    Registered User
    Join Date
    04-30-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    4

    setting up a IF & TODAY formula to flag impending dates

    Hi guys,

    I am trying to set up a "flag" on excel to notify me when things are due, so that is a report is due within next 7 days text appears saying "WARNING DUE WITHIN 7 DAYS", then I can condition it to go red for a 7 day warning, yellow for a 14 days, etc.

    I have tried for several hours now and think my brain is fried, the formula below is what I got, but it doesn’t seem to work right when I try different dates...... I think I am using my < > wrong and maybe I should be + the cell against the TODAY()

    I don’t know, any help is greatly appreciated!



    =IF(TODAY()-F9<7,"WARNING DUE WITHIN 7 DAYS",IF(TODAY()-F9<14,"WARNING DUE WITHIN 14 DAYS",IF(TODAY()-F9<30,"DUE WITHIN 30 DAYS","LOW PRIORITY")))

  2. #2
    Registered User
    Join Date
    05-20-2013
    Location
    Boston
    MS-Off Ver
    Excel 2010
    Posts
    38

    Re: setting up a IF & TODAY formula to flag impending dates

    You need to put the due date - today rather than the way you have it.

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    04-30-2012
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: setting up a IF & TODAY formula to flag impending dates

    Hi Powdow,

    thank you very much!!!! you have saved me from a potential breakdown!!

    much appreciated

    thanks

    David

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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