View Single Post
  #5   Report Post  
Casper
 
Posts: n/a
Default

Thanx that whas great and fast assistance and it work perfectly

"Biff" wrote:

Hi!

Try this:

=IF(ISNA(VLOOKUP(A1,B1:C4,2,0)),0,VLOOKUP(A1,B1:C4 ,2,0))

Biff

"Casper" wrote in message
...
When I do a v-lookup formula some results are #n/a, is there another
formula
to add to the v-lookup to give me a 0 (zero) instead of the #n/a without
having to change the original formula, because the result may change the
next
month if we import data into the data sheet from where the v-lookup
formula
is reading.