Forum Discussion
alan1959
Aug 25, 2020Copper Contributor
Convert Time (H:MM) to a decimal number
I want to calculate the dollar per hour value using the following: 1) made a calculation of time worked using time formats 2) made a calculation of income from sources during that time frame 3)...
HansVogelaar
Aug 25, 2020MVP
Let's say time worked is in cell T1.
The corresponding number of hours in decimal notation is given by
=T1*24
Format the cell with the formula as General or as Number.