Ok, so not the simple "change to [H]:MM" solution. I have a little different of a situation. I have to account for more then 24hrs at a time.
Example, i have a date of say 1/1/2019 with a start time of 1200 with and end time of of 1/2/2019 at 1500. Which would be 27 hrs total time.
But, we only go by the first date entry we don't have a way to do a 2nd date entry. Our current formula is
=IF(D2>C2,((D2-C2))*24,((D2+12-C2)-INT(D2+12-C2))*24
I thought maybe the 24 was the limiting value so i just tried to change that and no go. So, if there is an easy fix, or an easier formula that would do the job as well that would be awesome. Thanks for all the help
Example, i have a date of say 1/1/2019 with a start time of 1200 with and end time of of 1/2/2019 at 1500. Which would be 27 hrs total time.
But, we only go by the first date entry we don't have a way to do a 2nd date entry. Our current formula is
=IF(D2>C2,((D2-C2))*24,((D2+12-C2)-INT(D2+12-C2))*24
I thought maybe the 24 was the limiting value so i just tried to change that and no go. So, if there is an easy fix, or an easier formula that would do the job as well that would be awesome. Thanks for all the help