View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default Using the VLOOKUP Command

Hi!

One way:

=IF(ISNA(VLOOKUP(A1,B1:C10,2,0)),0,VLOOKUP(A1,B1:C 10,2,0))

Biff

"Glen Disteafno" wrote in message
news:43u0h.24$Z66.6@trnddc07...
Is there a way to not get a #N/A when a lookup in invalid. I would rather
have a -0- appear?
Glen