+ Reply to Thread
Results 1 to 4 of 4

Index and match, getting date 01/0/1900

  1. #1
    Registered User
    Join Date
    12-09-2012
    Location
    spokane
    MS-Off Ver
    Excel 2010
    Posts
    25

    Index and match, getting date 01/0/1900

    The referenced cell is empty

    The formula is {=INDEX(=E1:E16,MATCH(D18&D20,C1:C16&B1:B16,0)))} the cell G20 is a date format, and because D6 is blank I receive 01/0/1900

    I just need it BLANK

    You guys are the best, thanks again in advance

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Index and match, getting date 01/0/1900

    How about just using a custom format...

    0;;;@

    or add an IF statement...

    =IF(ISBLANK(D6),"",INDEX(E1:E16,MATCH(D18&D20,C1:C16&B1:B16,0)))

    enter again as CSE
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    12-09-2012
    Location
    spokane
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: Index and match, getting date 01/0/1900

    I think, a better explanation on my part, the formula searches the desired column and cell and returns that information to cell D6 which needs to be a date. So if the formula search goes to the cell chosen by my formula and it is empty then it sends that to D6 and the I get the 01/0!1900, I've tried conditional formatting, I just tried your solution format....

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Index and match, getting date 01/0/1900

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include BEFORE/AFTER sheets if needed to show the process you're trying to complete or automate. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

+ 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