Forum Discussion
Brandon_1
Jun 28, 2019Copper Contributor
Using VLOOKUP for SKUs stored as text
Hi there, I'm using vlookup and it's returning #n/a. I used =type() and found it's type 2 which is text, which is why it isn't working. However, when I convert text to number I go from "0000" to ...
Twifoo
Jun 28, 2019Silver Contributor
Perhaps, you can use 0 as your SKU, custom format it as 0000, then use 0 as your lookup_value argument in VLOOKUP.