Perhaps I should clarify. I'm trying to get the difference between two
dates (greater than 30 days apart) such as 33.15 DAYS (not hours) to
format as 33:03:36:00 (don't really need the seconds though). I
understand that I can use [h] to get the cumulative hours, but I want to
get cumulative days. Perhaps there's no way of doing that in Excel without
using two cells, one for the days INT(33.15) and then the other for hh:mm
? Just seemed a simple enough format that I'd thought there'd be some way
to do that in Excel.
Bob Phillips said:
You won't, because 33 hours is held not as 33 but as 1.375, that is 33
divided by 24. So you need to divide by 24 first then format as
[h]:mm:ss.
--
HTH
Bob
Erehwon said:
I want to format a number such as 33.15 to appear as days, hours,
minutes, i.e. 33:03:36, or similar. So far, I've been unable to come up
with a custom format that will do that.