+ Reply to Thread
Results 1 to 6 of 6

Vlookup returns 1/0/1900?

  1. #1
    Registered User
    Join Date
    06-04-2014
    MS-Off Ver
    2013
    Posts
    15

    Vlookup returns 1/0/1900?

    I have a formula =VLOOKUP(C6,A1:C8,3,FALSE) which returns 1/9/1900 if the cell is blank. Which I think is because it returns a 0 value and the cell is formatted for a date. So I tried =IFERROR(VLOOKUP(C6,A1:C8,3,FALSE),"") hoping this would return a blank instead. No such luck. Please help.

    Thanks, Curt

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Vlookup returns 1/0/1900?

    You can try this one (untested).

    =if(VLOOKUP(C6,A1:C8,3,FALSE)=1/9/1900,"",VLOOKUP(C6,A1:C8,3,FALSE))
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Vlookup returns 1/0/1900?

    Try:

    Please Login or Register  to view this content.
    Otherwise, change the cell format.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Vlookup returns 1/0/1900?

    If the value being returned is a number (or date):

    =IFERROR(1/(1/VLOOKUP(C6,A1:C8,3,0)),"")

    Seems kind of odd that the lookup value is within the table array result column?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Vlookup returns 1/0/1900?

    if the result is always a date or 0/blank
    =IFERROR(1/(1/VLOOKUP(C6,A1:C8,3,FALSE)),"")
    snap!
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Vlookup returns 1/0/1900?

    If you custom format the result cell as follows:

    m/d/yyyy;;

    Then the two semi-colons at the end of that ensure that zeroes are displayed as blanks
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vlookup result 01/00/1900
    By pleiadeez7 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-17-2013, 04:49 PM
  2. Replies: 9
    Last Post: 12-18-2012, 10:39 AM
  3. Replies: 1
    Last Post: 07-01-2012, 10:25 PM
  4. [SOLVED] VLOOKUP function returns 1/0/1900
    By kpodonnell in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-21-2012, 08:50 PM
  5. [SOLVED] WEEKNUM in pivot returns 1900-01-31
    By [email protected] in forum Excel General
    Replies: 5
    Last Post: 08-07-2006, 07:30 AM

Tags for this Thread

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