Link to home
Start Free TrialLog in
Avatar of RWayneH
RWayneHFlag for United States of America

asked on

Formula Error VLOOKUP

Why would this return a #VALUE error?  If formula is in Sheet2, column B5, using the first 9 chars of the value of A5 and we are look for a match of those 9 chars in Sheet1 column A, and wanting to return whatever is in column B of that find.  Any suggestions on how the formula needs to chg?

=VLOOKUP(LEFT(A5-9),Sheet1!A:A,1,FALSE)
ASKER CERTIFIED SOLUTION
Avatar of Subodh Tiwari (Neeraj)
Subodh Tiwari (Neeraj)
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RWayneH

ASKER

Thanks for the help.  That was it.
You're welcome. Glad to help.