View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Aaron[_12_] Aaron[_12_] is offline
external usenet poster
 
Posts: 3
Default VLOOKUP return - #N/A

=IF(ISERROR(<your vlookup function)=TRUE,"",<your vlookup function)
"Tim" wrote in message
...
I using =VLOOKUP(BO9,'Employee List'!A1:B240,2).
Is there away to have the cell remain blank if nothing is
entered. As it is #N/A, shows up in the cell

Zero Value is turned off

Thanks
Tim