Any of you guys excel wizards?
Posted by
sweatshopking
Aug 11 '23, 11:17
|
for my sweet first post i wanted to ask if you guys were excel geniuses. i am using vlookup to pull data from 2 columns into a third, but when i try the same thing on the same info a few columns later it doesn't work and i don't know why
this is the code that works
=VLOOKUP(C2,A:B,2,FALSE)
searches columns a:b for a match with c2 and then pulls the info from column 2 when there is a match.
=VLOOKUP(E2,A:B,1,FALSE)
this one doesn't work and idky. I thought it would search a:b for a match to e2 and then pull the info from column 1 (in this case A). however, it does not. instead it ruins my life and says #NA
if any of you geniuses had any idea i'd love it.
|
Responses:
|