R
Ricky
Hello Experts,
How do you put together a formula that extract the numbers greater than 40,
then subtract each of the number in excess of 40 from the constant 40?
ie.
A1 45
A2 20
A3 55
A4 09
A5 62
The calculation should be (45-40 + 55-40 + 62-40) = 42.
I've tried =sumif(A1:A4>40,{but not unsure here because I can't subtract
each number from 40}). Perhaps, Sumif may not even be the right choice...?
Thanks in advance,
Ricky
How do you put together a formula that extract the numbers greater than 40,
then subtract each of the number in excess of 40 from the constant 40?
ie.
A1 45
A2 20
A3 55
A4 09
A5 62
The calculation should be (45-40 + 55-40 + 62-40) = 42.
I've tried =sumif(A1:A4>40,{but not unsure here because I can't subtract
each number from 40}). Perhaps, Sumif may not even be the right choice...?
Thanks in advance,
Ricky