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?

Re: Get rid of #VALUE, after multiplying by T

T
Sat Mar 15 19:24:59 CDT 2008

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.


--
Biff
Microsoft Excel MVP


"kbouquet" <kbouquet@discussions.microsoft.com> wrote in message
news:C0E89718-FE1F-4757-A144-C99CCA9FDD85@microsoft.com...
> 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?
>