calculator time sheet with pay wage
I could not figure out how to calculate my work hours with pay wage on my timesheet
I try =sum(D3x$10). I get day and hour. What should I do?
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
I could not figure out how to calculate my work hours with pay wage on my timesheet
I try =sum(D3x$10). I get day and hour. What should I do?
deafie wrote:
I try =sum(D3x$10). I get day and hour. What should I do?
Try this:
=DUR2HOURS(D3)*10
DUR2HOURS converts the 3h to a decimal number. You can then multiply that by the dollars per hour, which I assume from your example is 10.
SG
deafie wrote:
I try =sum(D3x$10). I get day and hour. What should I do?
Try this:
=DUR2HOURS(D3)*10
DUR2HOURS converts the 3h to a decimal number. You can then multiply that by the dollars per hour, which I assume from your example is 10.
SG
calculator time sheet with pay wage