lukerees83
Board Regular
- Joined
- Mar 28, 2011
- Messages
- 59
I'm working on an excel 2003 spreadsheet with the cells formatted to hh:mm
I currently have a very simple calculation to subtract one time from another =(K10-E10)
The result of the above calculation is 02:06, which is correct.
However, I need to have a formula which does the above calculation and then subtracts a further 25 minutes. In this case the answer needs to show 01:41.
I presume I can't just add -25 to the end of the formula because the hh:mm format doesn't permit it.
How do I program the formula to remove those extra 25 mins?
I currently have a very simple calculation to subtract one time from another =(K10-E10)
The result of the above calculation is 02:06, which is correct.
However, I need to have a formula which does the above calculation and then subtracts a further 25 minutes. In this case the answer needs to show 01:41.
I presume I can't just add -25 to the end of the formula because the hh:mm format doesn't permit it.
How do I program the formula to remove those extra 25 mins?