I have

=IF($C$2="NO STACK/SNOWBALL", T447-(T452)

,IF($C$2="Stack Min Plus Excess (SNOWBALL)",T447-(T451-T454)

,IF($C$2="Stack Set Monthly (NO SNOWBALL)",T447-(T$14-T454)

,IF($C$2="Stack Set Monthly (SNOWBALL)",MAX(IF(T$8=0,0,ROUND(T447-(T456+T$14-T454),2)),0)))))

These formulas are set to where if the balance is below a zero, then the results would show a (-), instead, they show negative numbers. I was sure the (0) in the end would return a dash but it is not doing it.