+ Reply to Thread
Results 1 to 3 of 3

Prevent blank date in if and index formula

  1. #1
    Forum Contributor
    Join Date
    06-03-2008
    MS-Off Ver
    Excel 2007 (also have access to Excel 2000/2003)
    Posts
    368

    Prevent blank date in if and index formula

    Hi,

    I have the following formula:

    Please Login or Register  to view this content.
    It works great but this column retrieves dates. Sometimes the date is blank so it returns: 00/01/1900 00:00

    Can I stop this and just return a blank value instead?

    Thank you in advance.
    Last edited by jpruffle; 08-10-2009 at 02:51 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Prevent blank date in if and index formula

    Try

    =IF(N($A3),IF(INDEX(yom!BB:BB,$A3)=0,"",INDEX(yom!BB:BB,$A3)),"")
    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
    Join Date
    06-03-2008
    MS-Off Ver
    Excel 2007 (also have access to Excel 2000/2003)
    Posts
    368

    Re: Prevent blank date in if and index formula

    Thank you works great

+ 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