+ Reply to Thread
Results 1 to 4 of 4

90 days or less than please

  1. #1
    Registered User
    Join Date
    04-24-2013
    Location
    Cola SC
    MS-Off Ver
    Excel 2010
    Posts
    73

    Question 90 days or less than please

    I have this formula that will tell me if a date is greater than 90 days... if it is, it'll say YES...............
    =IF(D4>=90,"","Yes")
    Well how would i go about incorporating it to tell me No in the same formula?

    Also -
    I have dates i am pulling over from another sheet (90 days old) -but there are some cells that are pulling over 0 (zeros) because there is no date in the column i am pulling from.
    How can i not see zeros and simply keep them blank?

  2. #2
    Valued Forum Contributor
    Join Date
    11-20-2012
    Location
    Seattle, WA USA
    MS-Off Ver
    Excel 2010
    Posts
    597

    Re: 90 days or less than please

    =if(D4=0,"",if(D4<90,"NO",IF(D4>=90,"","Yes")))

  3. #3
    Registered User
    Join Date
    04-24-2013
    Location
    Cola SC
    MS-Off Ver
    Excel 2010
    Posts
    73

    Re: 90 days or less than please

    greater than 90.xls

    Great!! thank you!!!
    but the yes and no part is seperate from the zeros part...

    i am sorry that was my fault for noy explaining better.

    Can you give me a formula that would pull over the dates that are greater than 90 days ONLY. And the cells that are blank (w/o dates) I DO NOT want pulling over zeros..... i would rather it just stay blank...

    i have attached a sample for you above my intro line i hope this better explains it ...

  4. #4
    Registered User
    Join Date
    04-24-2013
    Location
    Cola SC
    MS-Off Ver
    Excel 2010
    Posts
    73

    Re: 90 days or less than please

    1/0/00
    i get the above date when i am pulling over dates 90 days greater.... and the cell is blank... itll pull oer 1/0/00

+ 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