Hey guys,
So here's my issue. I've got a table which I am using a SUMPRODUCT formula to pull back a value from one sheet called Raw in say column P based on the columns D and E to another sheet.
In this case column P is a formula working out cost per unit and so the formula in P4 is '=E4/F4'. When I try and get this value I get a DIV/0! error. This is even though there is a value of $0.07 in Cell P4 that should be pulled back.
Here is the formula I am using:
=SUMPRODUCT(('Raw'!$D$4:$D$1048576=$A5)*('Raw'!$E$4:$E$1048576=Sheet5!D$33)*'Raw'!$P$4:$P$1048576)
Any ideas??
So here's my issue. I've got a table which I am using a SUMPRODUCT formula to pull back a value from one sheet called Raw in say column P based on the columns D and E to another sheet.
In this case column P is a formula working out cost per unit and so the formula in P4 is '=E4/F4'. When I try and get this value I get a DIV/0! error. This is even though there is a value of $0.07 in Cell P4 that should be pulled back.
Here is the formula I am using:
=SUMPRODUCT(('Raw'!$D$4:$D$1048576=$A5)*('Raw'!$E$4:$E$1048576=Sheet5!D$33)*'Raw'!$P$4:$P$1048576)
Any ideas??