James Perry
Member
Cell A3 has a changing numeric value.
Cell B2 has a fixed number e.g. 100
Cell B3 has the formula = INT(A3/B2)
E.g. = INT(550/100) gives 5 in cell B3
What i need.....
Excel formula in cell B1 (like a incremental counter) to do a summation of the values in cell B3 each time the value in cell A3 is changed.
In the above e.g B1 will give the value 5.
Next, the value in cell A3 is changed to 5550
So = INT(5550/100) gives the value 55
So the value n cell B1 should read 60 (5+55)
And so forth.
Thank u.
Cell B2 has a fixed number e.g. 100
Cell B3 has the formula = INT(A3/B2)
E.g. = INT(550/100) gives 5 in cell B3
What i need.....
Excel formula in cell B1 (like a incremental counter) to do a summation of the values in cell B3 each time the value in cell A3 is changed.
In the above e.g B1 will give the value 5.
Next, the value in cell A3 is changed to 5550
So = INT(5550/100) gives the value 55
So the value n cell B1 should read 60 (5+55)
And so forth.
Thank u.