+ Reply to Thread
Results 1 to 6 of 6

If statement to return nothing if cell is blank

  1. #1
    Registered User
    Join Date
    10-19-2007
    Posts
    3

    If statement to return nothing if cell is blank

    I am using the following formula to calculate the number of days between a date and the current date: =DATEDIF(A1,TODAY(),"d") What do I add to the formula to leave cell blank if no date is entered in the cell for calculation.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    =IF(A1="","",=DATEDIF(A1,TODAY(),"d"))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Please read forum rules below. Titles with help are not permitted.

    =IF(A1="","",DATEDIF(A1,TODAY(),"d"))
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  4. #4
    Registered User
    Join Date
    10-19-2007
    Posts
    3

    Formula

    The formula =IF(A1="","",=DATEDIF(A1,TODAY(),"d")) did not work, I recieved an error.

  5. #5
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    See my one without the = sign

    =IF(A1="","",DATEDIF(A1,TODAY(),"d"))
    VBA Noob

  6. #6
    Registered User
    Join Date
    10-19-2007
    Posts
    3

    Formula

    Thanks! Worked like a champ!

+ 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