Get rid of #VALUE, after multiplying

K

kbouquet

If my formula is trying to multiply one empty field with another empty field
that is fine.
But if I am trying to multiply an empty field with another empty field that
has a formula in it (specifically a VLOOKUP) I get a #VALUE error. How do I
get that to go away and be ignored?
 
T

T. Valko

It sounds like the result of your VLOOKUP is a formula blank ("") which is a
TEXT value. So:

number * formula blank = #VALUE!

Let's assume the VLOOKUP is in cell A1 and you want to multiply that by cell
B1:

=N(A1)*B1

If A1 is a formula blank ("") the result will be 0.
 

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

Top