Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 116
Default How do I convert standard time to 30 min increments?

I have an excel file with the time of appts. Appts are scheduled at 5 min
intervals starting at 7am and ending at 4:30pm. (i.e. 7:00, 7:05, 7:10 etc.)
I need to report the number of appts in 30 min spans. In other words I need
to know how many appts had a time between 7:00 and 7:25; how many between
7:30 and 7:55; how many between 8:00 and 8:25 and so on. Is there an easy way
to do this? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 116
Default How do I convert standard time to 30 min increments?

Please cancel my post. I found it =INT(A1*48). I promise I really had looked
before I posted but had not used the correct keywords. Thanks.

"Marty" wrote:

I have an excel file with the time of appts. Appts are scheduled at 5 min
intervals starting at 7am and ending at 4:30pm. (i.e. 7:00, 7:05, 7:10 etc.)
I need to report the number of appts in 30 min spans. In other words I need
to know how many appts had a time between 7:00 and 7:25; how many between
7:30 and 7:55; how many between 8:00 and 8:25 and so on. Is there an easy way
to do this? Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default How do I convert standard time to 30 min increments?

Hi,

Because of the lack of information this will require a lot of guesswork.

Assumption 1. Your data are laid out something like this

Col A Col B
07:00
07:05 Mr Simth
07:10
07:15 Mr Jones
07:20
07:25 AN Other
07:30
07:35
07:40
07:45
07:50
07:55
08:00
08:05

If the times started in a1 then with 5 minute increments 16:30 would be in
A115

Assumption 2. When an appointment is taken something (a name?) is entered in
column B

To count the 07:00 - 07:25 appointments try this

SUMPRODUCT((A1:A115=TIME(7,0,0))*(A1:A115<=TIME(7 ,25,0))*(B1:B115<""))

Mike



"Marty" wrote:

I have an excel file with the time of appts. Appts are scheduled at 5 min
intervals starting at 7am and ending at 4:30pm. (i.e. 7:00, 7:05, 7:10 etc.)
I need to report the number of appts in 30 min spans. In other words I need
to know how many appts had a time between 7:00 and 7:25; how many between
7:30 and 7:55; how many between 8:00 and 8:25 and so on. Is there an easy way
to do this? Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default How do I convert standard time to 30 min increments?

Well, thanks for posting back, 'cause I didn't know that ;O)

"Marty" wrote:

Please cancel my post. I found it =INT(A1*48). I promise I really had looked
before I posted but had not used the correct keywords. Thanks.

"Marty" wrote:

I have an excel file with the time of appts. Appts are scheduled at 5 min
intervals starting at 7am and ending at 4:30pm. (i.e. 7:00, 7:05, 7:10 etc.)
I need to report the number of appts in 30 min spans. In other words I need
to know how many appts had a time between 7:00 and 7:25; how many between
7:30 and 7:55; how many between 8:00 and 8:25 and so on. Is there an easy way
to do this? Thanks!

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
convert standard number to time format TEA Excel Worksheet Functions 1 April 27th 07 07:35 AM
How to I convert standard time to Military or 24 hour format? Nacho Excel Discussion (Misc queries) 5 June 28th 06 08:14 PM
how do i convert standard time format into seconds? Raj Excel Discussion (Misc queries) 4 May 29th 06 05:56 PM
Convert data into standard military time format geog Excel Discussion (Misc queries) 2 December 12th 05 08:46 PM
Time increments Ntisch New Users to Excel 4 September 29th 05 08:00 AM


All times are GMT +1. The time now is 04:58 AM.

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

About Us

"It's about Microsoft Excel"