I want my formula to result in zero if referenced cell = 0, otherwise calculate
I have a formula to calculate Mortgage tax that goes like this:
=((V2-2000)*1.15)/1000
If V2 was $8010.00 then the result of the formula would be $6.91
I want to edit the formula so that if V2=$0.00 then the result of the formula would be $0.00, instead of -$2.30 which is what it results in now.
To summarize, I need to edit the formula above to only calculate if V2 doesn't equal zer, if it equals zero I want the result to be zero.
|