Greetings fellow excellers,
Can VLOOKUP return "--" instead of #N/A when applicable?
Thanks
Greetings fellow excellers,
Can VLOOKUP return "--" instead of #N/A when applicable?
Thanks
Try a nested formula like
=IF(ISERROR(VLOOKUP("a",A1,1,0)),"--",VLOOKUP("a",A1,1,0))
Thanks very much
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks