Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Format it as [h]:mm
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "claude jerry" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks
Worked very well "MartinW" wrote: 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" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting Total Time hh.hh to HH:MM:SS | Excel Worksheet Functions | |||
Converting total minutes into hours and minutes in Excel | Excel Worksheet Functions | |||
Add to Summed Figures | Excel Worksheet Functions | |||
Add to Summed Figures | Excel Worksheet Functions | |||
Total Summed Count of Numeric Repeat (Paired /Double Instance) Criteria | Excel Worksheet Functions |