+ Reply to Thread
Results 1 to 3 of 3

using IF AND and today

  1. #1
    Registered User
    Join Date
    11-04-2009
    Location
    va
    MS-Off Ver
    Excel 2003
    Posts
    27

    using IF AND and today

    All:

    Trying to get this formula to do what it needs to do.

    =IF(AND(TODAY()-J1>=6=TRUE,TODAY()-J1>=15=TRUE),1,0)

    J1 is a date for this example it would be April 16 2010

    What I am trying to do is to get a cell to turn 1 notifying me that this date is now within the 15 day range.

    Thanks again for your help
    Last edited by vascott01; 04-02-2010 at 02:45 PM.

  2. #2
    Registered User
    Join Date
    11-04-2009
    Location
    va
    MS-Off Ver
    Excel 2003
    Posts
    27

    Re: using IF AND and today

    sorry all I had it mixed up

    =IF(AND(J1-TODAY()>=6=TRUE,J1-TODAY()<=15=TRUE),1,0)

  3. #3
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: using IF AND and today

    I think you want this,

    =IF(AND(J1-TODAY()>=6,J1-TODAY()<=15),1,0)
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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