J
JimS
I've got this formula in a cell:
=SUMPRODUCT(($D$14:$D$2002="d")*($E$14:$E$2002="r")*($N$14:$N$2002))
I tried this and it works fine for any column (N) that is not the
result of a formula. The data in column N is the result of a long
formula, and when I try and use this sum product equation to total the
values in column N I get the VALUE error.
How can I get around this?
=SUMPRODUCT(($D$14:$D$2002="d")*($E$14:$E$2002="r")*($N$14:$N$2002))
I tried this and it works fine for any column (N) that is not the
result of a formula. The data in column N is the result of a long
formula, and when I try and use this sum product equation to total the
values in column N I get the VALUE error.
How can I get around this?