Converting total summed into hh:mm

G

Guest

Hello all

I have a work sheet which shows minutes worked by an employee

A B C D E F G
30 30 0 30 30 60 180

Col A to F shows hours worked in minutes eg. 30 min 60 min etc
Col G =Sum(A2:F2) calculates total time worked for the week

I want Col G to show totals in Hours HH.MM eg 3Hrs

Thanks In advance
 
B

Bob Phillips

Format it as [h]:mm

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
M

MartinW

Hi Claude,

Try,
G2 =SUM(A2:F2)/60/24

and format G2 as custom [h]:mm
or alternatively as custom [h] "hrs" mm "mins"

HTH
Martin
 
G

Guest

Thanks
Worked very well

MartinW said:
Hi Claude,

Try,
G2 =SUM(A2:F2)/60/24

and format G2 as custom [h]:mm
or alternatively as custom [h] "hrs" mm "mins"

HTH
Martin


claude jerry said:
Hello all

I have a work sheet which shows minutes worked by an employee

A B C D E F G
30 30 0 30 30 60 180

Col A to F shows hours worked in minutes eg. 30 min 60 min etc
Col G =Sum(A2:F2) calculates total time worked for the week

I want Col G to show totals in Hours HH.MM eg 3Hrs

Thanks In advance
 

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

Top