Thread: VLOOKUP
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_5_] Bob Phillips[_5_] is offline
external usenet poster
 
Posts: 620
Default VLOOKUP

Rog,

Test for it

=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...)))


--

HTH

Bob Phillips

"rog" wrote in message
...
If there is not matching values, VLOOKUP returns "#N/A". How can I prevent
this error value to be displayed
Thanks