Torx's Mind
Random IT stuff that I have picked up here and there.
Wednesday, June 04, 2014
Excel vLookup with "Not Found"
Code to perform a vlookup and if a value is not found, state "Not Found"
=IF(ISNA(VLOOKUP(A:A,'Sheet1'!A:X,3,FALSE)),"Not Found", VLOOKUP(A:A,'Sheet1'!A:X,3,FALSE))
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment