Woofy_McWoof_Woof
Board Regular
- Joined
- Oct 7, 2016
- Messages
- 60
- Office Version
- 365
- Platform
- Windows
Hi, I'm trying to calculate a formula that if the result is less than zero then it returns the delta value but is capped at zero instead of the negative result and to then show the residual amount in the cell next to it.
For instance cell A2=+20, cell B2=-70, cell C2 should be A1+B1 which should in theory =-50 but I want it to show -20 and then show -50 in cell D2
For instance cell A2=+20, cell B2=-70, cell C2 should be A1+B1 which should in theory =-50 but I want it to show -20 and then show -50 in cell D2
First result | Change | Positive only | Negative only |
20 | -70 | -20 | -50 |