B
Brett
I have the following cells. I'm using money from F76 to calcuate a
new value for D80. If F76 is greater than $0.00, I'd like to apply
that money to D80.
D80 = $-1193.20
F76 = $116.57
F80 = IF(F76>0,F76+D80,) = -$1076.63
Using the above example, since I've taken the $116.57 from F76 and
applied it to D80 (result is F80), how do I zero out F76 without
affecting the formula in F80? I'd like to avoid using hidden cells or
those with white text. I have a few cells that need to work this way
and it will create extra holding cells all over the place. Any
suggestions?
Thanks,
Brett
new value for D80. If F76 is greater than $0.00, I'd like to apply
that money to D80.
D80 = $-1193.20
F76 = $116.57
F80 = IF(F76>0,F76+D80,) = -$1076.63
Using the above example, since I've taken the $116.57 from F76 and
applied it to D80 (result is F80), how do I zero out F76 without
affecting the formula in F80? I'd like to avoid using hidden cells or
those with white text. I have a few cells that need to work this way
and it will create extra holding cells all over the place. Any
suggestions?
Thanks,
Brett