+ Reply to Thread
Results 1 to 4 of 4

Hide "#N/A" in Vlookup cell when data val list is not populated

Hybrid View

  1. #1
    Registered User
    Join Date
    02-14-2012
    Location
    Newcastle, England
    MS-Off Ver
    Excel 2010
    Posts
    97

    Hide "#N/A" in Vlookup cell when data val list is not populated

    Hi Folks,

    I cant seem to work this out

    I have cells that vlookup populates by looking up data from a data val drop down list. This works great, but when there is no data selected in the drop down list the vlookup cell/s display #N/A. I have tried to use conditional formatting hide it by colouring the text but this doesn't work.

    Any ideas?

    Kind Regards
    Carl

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Hide "#N/A" in Vlookup cell when data val list is not populated

    Try the IFERROR function

    =IFERROR(VLOOKUP(....),"")

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Hide "#N/A" in Vlookup cell when data val list is not populated

    Or you could just check for your data val cell being empty:

    =IF(cell="","",VLOOKUP( ... etc

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    02-14-2012
    Location
    Newcastle, England
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: Hide "#N/A" in Vlookup cell when data val list is not populated

    Cool....I'll give it a pop!

    Cheers lads, Much apreciated

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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