I'm looking to return a value of 0 if cell C47 has a value at or below 0, but I keep getting a return of the negative value of cell E9. All the other calculations in the formula work great. I can't figure out what I'm doing wrong. I'm new to nested IF statements.
=IF(C47>0,(IF(C47>$C$3*.8,D47-(F47+$E$9),IF(C47>1,D47-(F47+(SUM($E$6:$E$8))),))))
All help is greatly appreciated. Thank you.