+ Reply to Thread
Results 1 to 2 of 2

If statements referring to different ranges of dates/flagging up

  1. #1
    Registered User
    Join Date
    04-13-2008
    Posts
    1

    If statements referring to different ranges of dates/flagging up

    Hi guys,

    =IF(A7>=(TODAY()+13),"2 WEEKS","")

    The above is for a basic spreadsheet where A7 is an intake date and the formula cell flags how long an item is still unsorted, this kind of does the job but i would like the addition of 3 weeks and 4 weeks to be highlited in the same cell?

    =IF(A7>=(TODAY()+13),"2 WEEKS","") IF(A7>=(TODAY()+20),"3 WEEKS","")

    The above is obviously not working doh!

    Also, how do you get to fomat the text so it will come up in red?

    Thanx for your time.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,598
    How about:
    Please Login or Register  to view this content.
    which results in:
    Today()=04/13/08:

    04/20/08 "2 weeks"
    04/27/08 "3 weeks"
    04/28/08 "3 weeks"
    05/04/08 "4 weeks"
    05/05/08 "4 weeks"
    05/10/08 "4 weeks"
    Ben Van Johnson

+ 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