+ Reply to Thread
Results 1 to 2 of 2

#N/A In Vlookup Results

  1. #1
    Registered User
    Join Date
    03-13-2013
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    7

    #N/A In Vlookup Results

    If E3 is blank how do I get the result to be "0" or blank
    =VLOOKUP(E3,Lists!$C$2:$D$9,2)

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,738

    Re: #N/A In Vlookup Results

    Try adding an IF like this

    =IF(E3="","",VLOOKUP(E3,Lists!$C$2:$D$9,2))
    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)

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