Sum the excess value in a row of cell
Solved/Closed2 responses
Ivan-hoe
Posts
433
Registration date
Saturday 16 February 2008
Status
Member
Last seen
17 October 2008
110
12 Sep 2008 à 05:50
12 Sep 2008 à 05:50
Hello prasanna,
Let's say your values are in cells A1 to A6
The easiest way to do it is to write an intermediate formula.
Write in cells B1 =IF(A1>8;A1-8;0) and extend this formula to B6
Then write in any cell =SUM(B1:B6)
If you wish only one formula
=SUMIF(A1:A6;">8")-(COUNTIF(A1:A6;">8")*8)
Ivan
Let's say your values are in cells A1 to A6
The easiest way to do it is to write an intermediate formula.
Write in cells B1 =IF(A1>8;A1-8;0) and extend this formula to B6
Then write in any cell =SUM(B1:B6)
If you wish only one formula
=SUMIF(A1:A6;">8")-(COUNTIF(A1:A6;">8")*8)
Ivan
13 Sep 2008 à 10:25
this solves my problem
thank you very much for the tips....
regards
prasanna