Hi all,
I am trying to keep a running tally of hours both positive and negative. It is for timetracking of comp time. I have the daily tally working but I want a running tally column as well.
When I try this:
=IF(F10>=0,G9+F10,G9-(F10))
It is not subtracting the value if a negative number exists. It is adding the number as if it were positive. I know it is a double negative is a positive issue. How can I correect it?
Any help?
If I need to go to VBA macro what would that look like and how do I increment the formula down a column?
- Italian1