N nsantos New Member Jun 22, 2017 #1 Hi everyone, I'm having some trouble with this VLookup. Can someone give me a hand with what I'm doing wrong? Thanks! Attachments VLOOK.xlsx VLOOK.xlsx 70.2 KB · Views: 8
Hi everyone, I'm having some trouble with this VLookup. Can someone give me a hand with what I'm doing wrong? Thanks!
N Nebu Excel Ninja Jun 22, 2017 #2 Hi: The formula should be like this =VLOOKUP(B2,$K$2:$L$132,2) Thanks
N nsantos New Member Jun 22, 2017 #3 I did that initially but I'm still getting values in some cells in column I when I should be getting "#N/A"
I did that initially but I'm still getting values in some cells in column I when I should be getting "#N/A"
AlanSidman Well-Known Member Jun 22, 2017 #4 Nebu forgot to put a False as the last criteria--a typo I'm sure. The formula should look like this: =VLOOKUP(B2,$K$2:$L$132,2,FALSE)
Nebu forgot to put a False as the last criteria--a typo I'm sure. The formula should look like this: =VLOOKUP(B2,$K$2:$L$132,2,FALSE)