Whylucky
New Member
- Joined
- Sep 24, 2013
- Messages
- 39
I am trying to find a way to pull info from a string and use that as a lookup_value for VLOOKUP. I cam up with the equation
however it keeps returning an error. I know the VLOOKUP works and i know the IFERROR works, am i missing something when combining them? Any help will be greatly appreciated.
Regards,
Whylucky
Code:
=VLOOKUP(IFERROR(LEFT($C4,FIND("x",$C4,1)-2),"NA"),H4:I20,2,FALSE)
Regards,
Whylucky