copperwasher
Board Regular
- Joined
- Mar 1, 2016
- Messages
- 84
- Office Version
- 365
- Platform
- Windows
Hi there Excel fans
I have a calculation requirement to display both positive and negative "time" calcs.
1904 isnt a viable solution as the sheet is shared with a Apple user...
I have the formula which works with negative numbers
=IF(H27-G27<0, "-" & TEXT(ABS(H27-G27),"hh:mm"), H27-G27)
But it returns a digital format number when the time calc is positive
This formula (Yes, I am still learning here) returns an error:
=IF(H28-G28<0, "-" & TEXT(ABS(H28-G28),"hh:mm"), H28-G28),IF(H29-G29>0, "" & TEXT(ABS(H29-G29),"hh:mm"), H29-G29)
#VALUE!
Any suggestions would be greatly appreciated.
Yours,
Copperwasher
I have a calculation requirement to display both positive and negative "time" calcs.
1904 isnt a viable solution as the sheet is shared with a Apple user...
I have the formula which works with negative numbers
=IF(H27-G27<0, "-" & TEXT(ABS(H27-G27),"hh:mm"), H27-G27)
00:45 | 00:20 | -00:25 |
But it returns a digital format number when the time calc is positive
00:30 | 01:00 | 0.020833333 |
This formula (Yes, I am still learning here) returns an error:
=IF(H28-G28<0, "-" & TEXT(ABS(H28-G28),"hh:mm"), H28-G28),IF(H29-G29>0, "" & TEXT(ABS(H29-G29),"hh:mm"), H29-G29)
#VALUE!
Any suggestions would be greatly appreciated.
Yours,
Copperwasher