Forum Discussion

Craftybilda's avatar
Craftybilda
Copper Contributor
Nov 11, 2021
Solved

Time values

I want to add a column of times (h:mm values) not dates or daily times, and then work with these values to calculate average duration of hours spent on various tasks. I have tried using the TIME fun...
  • Riny_van_Eekelen's avatar
    Nov 11, 2021

    Craftybilda In B41, you see 02:45, being 2 hours and 45 minutes. But dates and times in Excel are in fact numbers (a full day is being 1, and for instance 12 hours equals 0.5 etc.) In this particular case, the underlying value is 0.114583333333333. Your formula in B42 creates a time value of 0 hours, 0 minutes (the leftmost number) and 33 seconds (the two rightmost numbers). What exactly do you want to show in B42 and B43? In case you want to "transform" 02:45 to decimal hours (i.e. 2.75), you can multiply the B42 by 24 and format the cell as a number.

Resources