Hello again,
One of the very helpful Forum Members (Skip) told me how to code a SUMPRODUCT formula to check Column A for one Variable, and another Column for yet another variable, and then sum up yet another different column, ie :-
=SUMPRODUCT((A1:A64999="LONLB")*(I1:I64999<>0)*(G2:G65000))
This was working great, untill I had to move some data around into new cell referance etc, and now the product that this command produces is different to the actual total.
For example, the code above should produce a output of 83070.55, but actually gives me 209392.7.
Attahced is some sample, depersonallized data with the fomula in question
Thanks in advance for any help ( as I'm sure it's something I'm doing wrong )
One of the very helpful Forum Members (Skip) told me how to code a SUMPRODUCT formula to check Column A for one Variable, and another Column for yet another variable, and then sum up yet another different column, ie :-
=SUMPRODUCT((A1:A64999="LONLB")*(I1:I64999<>0)*(G2:G65000))
This was working great, untill I had to move some data around into new cell referance etc, and now the product that this command produces is different to the actual total.
For example, the code above should produce a output of 83070.55, but actually gives me 209392.7.
Attahced is some sample, depersonallized data with the fomula in question
Thanks in advance for any help ( as I'm sure it's something I'm doing wrong )