SUMIF

  • Thread starter Thread starter jmfozzybear
  • Start date Start date
J

jmfozzybear

i do HATE MShelp

if cell d17 has something in it (>0) i want to subtract c17-d17 or add c17
and -d17

please help! i could do it in C++
 
Try the below

=IF(D17>0,C17-D17,C17+(-D17))

OR
=IF(D17="","",C17-D17)

If this post helps click Yes
 
I dont think OP is quite good with IF(). I just put in that to show the IF
statement ...Didnt you see the second formula...

If this post helps click Yes
 
Back
Top