R
RonH
I have the formula
=SUMPRODUCT((A2:A1000="2008")*(B2:B1000>0.01)*(C2:C1000>0.01)*(B2:B1000))/SUMPRODUCT((A2:A1000="2008")*(B2:B1000>0.01)*(C2:C1000>0.01)*(C2:C1000))
It verifies that the year is 2008 and that both cells in B & C have values
in them and it then divides all valid cells in B/C to give me a percentage.
It works fine except it will not recalculte unless I click in the formula and
hit enter. I have to do this in the manual mode only (F9 won't update it
either) because in automatic, it will return a value of 0 all the time.
Please help.
Thanks....Ron
=SUMPRODUCT((A2:A1000="2008")*(B2:B1000>0.01)*(C2:C1000>0.01)*(B2:B1000))/SUMPRODUCT((A2:A1000="2008")*(B2:B1000>0.01)*(C2:C1000>0.01)*(C2:C1000))
It verifies that the year is 2008 and that both cells in B & C have values
in them and it then divides all valid cells in B/C to give me a percentage.
It works fine except it will not recalculte unless I click in the formula and
hit enter. I have to do this in the manual mode only (F9 won't update it
either) because in automatic, it will return a value of 0 all the time.
Please help.
Thanks....Ron