Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Hello:
This VLookup formula returns #NA if value in C194 and P194 is not found. Can you rewrite the formula to return a blank cell if the two lookup values are not found?
=IFERROR(VLOOKUP(C194,'lookup values'!$A$2:$B$27,2,0), VLOOKUP(P194,'lookup values'!$A$2:$B$27,2,0))
Regards
Sean
This VLookup formula returns #NA if value in C194 and P194 is not found. Can you rewrite the formula to return a blank cell if the two lookup values are not found?
=IFERROR(VLOOKUP(C194,'lookup values'!$A$2:$B$27,2,0), VLOOKUP(P194,'lookup values'!$A$2:$B$27,2,0))
Regards
Sean