Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Figuring and adding time in Excel

I have the start time in one column and the end time in another. Excel will
subtract the time in hours and minutes. This is great, but I want to show 2
hours and 30 minutes as 2.50, not 2.30. How can I make it show quarter
hours, half hours, and three quarters of an hour so I can add the column to
show total hours worked?
--
tna
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default Figuring and adding time in Excel

=(A2-A1)*24

Format as General

HTH
Kostis Vezerides

On Jul 3, 6:27 pm, tnal wrote:
I have the start time in one column and the end time in another. Excel will
subtract the time in hours and minutes. This is great, but I want to show 2
hours and 30 minutes as 2.50, not 2.30. How can I make it show quarter
hours, half hours, and three quarters of an hour so I can add the column to
show total hours worked?
--
tna


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Figuring and adding time in Excel

If you want to use it in calculations, you would need to split the hours
into one cell the minutes into another and use custom formatting to add the
text.

Sum with

Mins: =MIN(59,SUM(range_minutes_cells))
Hours: ==SUM(range_hours_cells)+INT(SUM(range_minutes_cel ls)/60)

--
HTH

Bob

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

"tnal" wrote in message
...
I have the start time in one column and the end time in another. Excel
will
subtract the time in hours and minutes. This is great, but I want to show
2
hours and 30 minutes as 2.50, not 2.30. How can I make it show quarter
hours, half hours, and three quarters of an hour so I can add the column
to
show total hours worked?
--
tna



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
Figuring time worked, and then separating it into regular time an. Don Excel Worksheet Functions 6 October 21st 06 11:27 AM
figuring total time Brian Excel Discussion (Misc queries) 1 July 10th 06 06:15 PM
Converting from time format to decimal and figuring the difference Steve Williams Excel Discussion (Misc queries) 1 July 30th 05 10:10 PM
Figuring military time for total hours David Nelms Excel Worksheet Functions 3 July 5th 05 05:00 PM
Adding time in Excel tahirab Excel Worksheet Functions 1 November 10th 04 09:47 PM


All times are GMT +1. The time now is 05:13 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"