Hello, I am trying to build a formula that will will be the following results:
I need in column D the result of A + B - C if the amount is less than column C
If the sum of A + B - C is higher than C then I need as a result the sum of A + B - C
So far I get zero using the following formula
=IF(A2+B2-C2>C2,A2+B2-C2,0)
Thank you in advance
I need in column D the result of A + B - C if the amount is less than column C
If the sum of A + B - C is higher than C then I need as a result the sum of A + B - C
So far I get zero using the following formula
=IF(A2+B2-C2>C2,A2+B2-C2,0)
Thank you in advance