Forum Discussion
AloysiousB
Sep 02, 2022Copper Contributor
vlookup and drop down list shows #N/A
So I have been following many different tutorials on using a drop down list and VLOOKUP to return additional data for the drop down item selected. I set up a list of names in the range of C2:C6 for ...
- Sep 02, 2022
=IFERROR(VLOOKUP(A2,B2:C6,2,False),"") OR =IFNA(VLOOKUP(A2,B2:C6,2,False),"")
dscheikey
Sep 02, 2022Bronze Contributor
=IFERROR(VLOOKUP(A2,B2:C6,2,False),"")
OR
=IFNA(VLOOKUP(A2,B2:C6,2,False),"")
- AloysiousBSep 02, 2022Copper Contributor