Forum home » Delegate support and help forum » Microsoft Excel Training and help » VLOOKUP
VLOOKUP
Resolved · Low Priority · Version Standard
John has attended:
Excel Advanced course
Powerpoint Intermediate Advanced course
VLOOKUP
Is it possible to change the standard error message from #N/A to something more user friednly such as "No match" or "0"
For upcoming training course dates see: Pricing & availability
RE: VLOOKUP
try mixing vlookup with IF statements:
=IF(ISERROR(VLOOKUP(B2,Range1,1,FALSE)),0,VLOOKUP(B2,Range1,1,FALSE))
Please find attached an example
Attached files...
|
