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 Count time to time

How do I get the varience/hours between say 10:00 AM to 3:00 PM = 5 hrs.?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 174
Default Count time to time

You can just subtract one from the other, i.e.

=B1-A1

format as time.

If your start time might be before midnight and end time after you should use

=B1-A1+(A1B1)

"itsagoodlife" wrote:

How do I get the varience/hours between say 10:00 AM to 3:00 PM = 5 hrs.?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default Count time to time

10:00 AM in A1
3:00 PM in A2
=A2-A1, formatted as [h]:mm would show 5:00
If you want 5 as a number for further processing, then use =(A2-A1)*24 and
format as number or general.
--
David Biddulph

"itsagoodlife" wrote in message
...
How do I get the varience/hours between say 10:00 AM to 3:00 PM = 5 hrs.?



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
time sheet drop down lists Steve Excel Discussion (Misc queries) 12 March 18th 06 10:30 PM
Count on cell for each time it is changed Jelinek Excel Discussion (Misc queries) 3 January 9th 06 02:22 PM
AUTO COUNT IN A CELL WITH EACH TIME USED/ OPENNED PMJfab&weld Excel Worksheet Functions 1 June 13th 05 11:30 PM
Can I create a cell that will count by one every time I print the. Tyler Hopfner Excel Worksheet Functions 1 February 7th 05 06:10 PM
count TIME that is GREATER than 24 hours JonPilot Excel Worksheet Functions 1 January 31st 05 10:55 PM


All times are GMT +1. The time now is 06:46 AM.

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"