P
Peter B
I have a problem with my sumproduct funtion.
Note that I am using a Norwegian keyboard, so the ","
is ";" on my computer.
=SUMPRODUCT((LEFT(Data!$A$2:$A$1276;1)={"F";"M"})*(Data!
$U$2:$U$1276))
I'll get a #N/A error for this function.
I tried to make a dummy Sumproduct function and this one
worked perfectly.
=SUMPRODUCT((LEFT(B128:B129;1)={"D";"T"})*(C128:C129)).
I have also tried to remove the
If I only keept the "F" to look for it also workes ok,
=SUMPRODUCT((LEFT(Data!$A$2:$A$1276;1)="F")*(Data!
$U$2:$U$1276))
Anyone have any answers to why this happens?
Rgds,
Peter B
Note that I am using a Norwegian keyboard, so the ","
is ";" on my computer.
=SUMPRODUCT((LEFT(Data!$A$2:$A$1276;1)={"F";"M"})*(Data!
$U$2:$U$1276))
I'll get a #N/A error for this function.
I tried to make a dummy Sumproduct function and this one
worked perfectly.
=SUMPRODUCT((LEFT(B128:B129;1)={"D";"T"})*(C128:C129)).
I have also tried to remove the
If I only keept the "F" to look for it also workes ok,
=SUMPRODUCT((LEFT(Data!$A$2:$A$1276;1)="F")*(Data!
$U$2:$U$1276))
Anyone have any answers to why this happens?
Rgds,
Peter B