Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Adding up Time like decimal values ??

Hi

I need to sum up a column displaying time (4:00 or 6:30) but display the sum as decimal......?!?!?!

or at least get the answer in Hours:minutes even if Hours 24 ....?!??!

I can do this in VB and other soft but can I do it in Excel directly???

Kjell


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Adding up Time like decimal values ??

Kjell,

For 24 hours, just format the cell as [h]:mm, and add up as normal.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Kjell" wrote in message
...
Hi

I need to sum up a column displaying time (4:00 or 6:30) but display

the sum as decimal......?!?!?!

or at least get the answer in Hours:minutes even if Hours 24 ....?!??!

I can do this in VB and other soft but can I do it in Excel directly???

Kjell




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Adding up Time like decimal values ??

One way:

XL stores times as fractional days, so if you're adding A1:A10:

Hours:Minutes display:

=SUM(A1:A10)

then Format/Cells/Number/Custom [h]:mm


decimal hours:

=SUM(A1:A10)*24


In article ,
"Kjell" wrote:

Hi

I need to sum up a column displaying time (4:00 or 6:30) but display the
sum as decimal......?!?!?!

or at least get the answer in Hours:minutes even if Hours 24 ....?!??!

I can do this in VB and other soft but can I do it in Excel directly???

Kjell


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding time in 24 hour format to produce hours in decimal format Hercdriver Excel Worksheet Functions 11 December 29th 09 02:06 AM
Adding up time values GAIDEN Excel Worksheet Functions 13 November 17th 08 12:35 AM
Summing decimal values to time Sunflower New Users to Excel 7 April 25th 07 02:25 AM
Adding a decimal hours to a starting time to give a finishing tim Peter Rooney Excel Discussion (Misc queries) 3 March 21st 07 01:48 PM
SUBTRACTING TIME VALUES INSTEAD OF DECIMAL!! Lexicon Excel Discussion (Misc queries) 8 April 19th 05 08:06 PM


All times are GMT +1. The time now is 05:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"