Forum Discussion
Robert Hart
Nov 08, 2021Copper Contributor
Time Conversion to Decimal
How can I set up a formula to convert times to decimal?
In the attached sample, I have times in Column B and want to convert those times to decimal for payroll purposes.
Example: B3 is 10 hours 30 minutes. (I know the result in decimal should be 10.50 but I don't know how to create the conversion formula)
Robert Hart Multiply by 24. I.e. in C3 =B3*24 and copy it down.
2 Replies
- Riny_van_EekelenPlatinum Contributor
Robert Hart Multiply by 24. I.e. in C3 =B3*24 and copy it down.
- Robert HartCopper ContributorThank you so much!!