Calculate Time

  • Thread starter Thread starter sbuskirk
  • Start date Start date
S

sbuskirk

This is probably really simple but here you go.

I'm trying to convert hours worked into actual time.

If I worked 7.75 hours I want it to display 7:45 (7 hours 45 minutes).
How can I accomplish this? I would like for this to calculate since I
work by project and keep track of the minutes/hours I've spent working
on that project.

Changed Battery .25 (.25 being 15 minutes)
Changed Tire 1.75 (1.75 being 1 hour 45 minutes)
Checked Oil .25

Total: 2:15 Total Time

Any help would be great... any SIMPLE answer is greatly appreciated.
 
If 7.75 is in A1 and you want the conversion to be shown in B1, then
apply this custom format to B1 :

[h]:mm

and then in B1 enter this formula :

=A1/24

B1 will then display 7:45

Neil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Time Range Summary - parse data 4
Time 6
convert time to 1/4 hours 2
Excel Time 2
Time sheet in calculate per 15 minutes. 6
Time Calculated minus breaks & lunch 2
Calculate time to do a job 1
SET A CONDITION 2

Back
Top