Forum Discussion
Lena_Chatchatrian
Oct 20, 2023Copper Contributor
Vlookup only works halfway and rest is #N/A
Hi everyone, So I'm having this issue lately with documents that I export from our ordering/Bookkeeping system. I want to use vlookup to see which client has ordered which amount of product X and...
- Oct 20, 2023
I'd guess that the $ signs are missing in the matrix of VLOOKUP. Which means you have something like
=VLOOKUP(A2,E2:F22,2,FALSE)
instead of
=VLOOKUP(A2,$E$2:$F$22,2,FALSE)
OliverScheurich
Oct 20, 2023Gold Contributor
I'd guess that the $ signs are missing in the matrix of VLOOKUP. Which means you have something like
=VLOOKUP(A2,E2:F22,2,FALSE)
instead of
=VLOOKUP(A2,$E$2:$F$22,2,FALSE)
- hstankwiczOct 08, 2024Copper ContributorI have this same problem but I'm literally dragging the formula down (after removing the $ so. It will pull correctly). When I did this earlier today, it worked. Now I get n/a. If I reenter my formula and drag it again it works for 6 or so rows then goes back to n/a. Any ideas?
- Lena_ChatchatrianOct 23, 2023Copper Contributor
OliverScheurich thank you so much!!! it worked 🙂