Hi, in my spreadsheet I am subtracting a lesser datetime from a greater datetime in order to get an elapsed time (E7-E5) across several columns. These values (example: 07:20/2017 15:57 - 07:20/2017 10:49 = value 0.213888889) are then added (=sum(E10+F10+J10 etc), the result in this case is 0.22.
I then format the result using =TEXT(B25, "dd:hh:mm:ss) and get the result I expect, 00:05:24:00. 5 hours, 24 minutes. When I try to prefix a month in the reformatting (=TEXT(b25,"mm:hh:mm:ss") which I will eventually need, I always get the value "01", as in 01:00:05:24:00.
My question is, how do I get the month to display?
K
I then format the result using =TEXT(B25, "dd:hh:mm:ss) and get the result I expect, 00:05:24:00. 5 hours, 24 minutes. When I try to prefix a month in the reformatting (=TEXT(b25,"mm:hh:mm:ss") which I will eventually need, I always get the value "01", as in 01:00:05:24:00.
My question is, how do I get the month to display?
K