Forum Discussion

Lena_Chatchatrian's avatar
Lena_Chatchatrian
Copper Contributor
Oct 20, 2023
Solved

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 put everything in 1 list. Now I use vlookup and it works for the first few rows, then it stops. If I start midway somewhere in my list, again first few work and others don't. I tried everything I could find online, so please don't come up with solutions to use TRIM, CLEAN, combining INDEX & MATCH, putting everything in same format..... It's super strange and I tried copy pasting the entire sheet to new clean sheet, because I thought maybe something went wrong in the export. In any case it doesn't work and I have spent several hours trying to fix it. Would be very happy if someone knew why this is or has had similar issues and has some solutions? 

 

Thank you!! 

  • Lena_Chatchatrian 

    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)

3 Replies

  • Lena_Chatchatrian 

    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)

    • hstankwicz's avatar
      hstankwicz
      Copper Contributor
      I 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?

Resources