+ Reply to Thread
Results 1 to 3 of 3

Date formula counting blank cells

  1. #1
    Registered User
    Join Date
    09-01-2009
    Location
    Colorado
    MS-Off Ver
    Excel 2007
    Posts
    11

    Date formula counting blank cells

    I have a simple date formula that I want to present "yes" in a cell when another cells date is less then or equal to "Today". I just can't figure out how to make it show my result cell as blank if my date cell is blank?

    here is my formula....
    =IF(G8 <= TODAY(), "YES", "")
    Last edited by kerndogg; 12-09-2009 at 02:16 PM. Reason: Solved

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Date formula counting blank cells

    A few routes one would be

    =IF(AND(G8>0,G8<=TODAY()),"YES","")

  3. #3
    Registered User
    Join Date
    09-01-2009
    Location
    Colorado
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Date formula counting blank cells

    perfect, thanks. I had it close on a couple tries but didn't quite have it right. Thanks

+ 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