#value error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using the
=if(ISNA(VLOOKUP(A8,Productlist,2,FALESE)),"",VLOOKUP(a8,Productlist,2,false))
in one cell and again on the next cell to the right of it. I have the next
same subtracting from the first cell example =(g8-h8)and it comes back with a
value.... can anyone tell me the remedy to fix this problem?

thanks B.
 
Either let the lookup formulas return 0 instead of "" or apply:

=N(G8)-N(H8)

instead of

=G8-H8
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top