Hi,
I am trying to sum data in a column which is formatted as [HH]:MM; as the number of hours are in thousands now I thought it'll be helpful to give the user the opportunity to see data in days to better quantify the data point. To do so I convert the data from [HH]:MM to DD:HH however now when the hours are equivalent to more than 31 days, the cell is restarting at 1.
Example:
[HH]:MM = 2207:00
DD:HH = 31:23
[HH]:MM = 2208:00
DD:HH = 01:00 (instead of moving to 32)
How can I prevent the DD:HH from restarting?
Thanks for all your help on this
I am trying to sum data in a column which is formatted as [HH]:MM; as the number of hours are in thousands now I thought it'll be helpful to give the user the opportunity to see data in days to better quantify the data point. To do so I convert the data from [HH]:MM to DD:HH however now when the hours are equivalent to more than 31 days, the cell is restarting at 1.
Example:
[HH]:MM = 2207:00
DD:HH = 31:23
[HH]:MM = 2208:00
DD:HH = 01:00 (instead of moving to 32)
How can I prevent the DD:HH from restarting?
Thanks for all your help on this