PC Review


Reply
Thread Tools Rate Thread

Calculating Half-Hour Range for Hour-Minute Data

 
 
Anonymous
Guest
Posts: n/a
 
      6th Oct 2004
I am trying to automate the work to put a graph
together. Basically I have some issues reported in one
column and the time (in HH:MM format -- 9:00 AM) each
issue was reported in another column.

The problem is that I want a chart that displays how many
issues were reported in half hour increments (e.g., from
9:00 AM to 9:30 AM, etc.). Right now I am doing this
manually my creating another column with the half-hour
increments and basing my chart on this manually created
column. Basically if I had two values in this range in
my source column (9:15 AM and 9:22 AM) I then put the
value 2 in my manual column to represent the amount of
issues reported between 9:00 and 9:30. My chart uses the
column with "2" in it.

Ideally, I would just be able to use a formula to count
all values from the column that are in a particular half-
hour increment. Since COUNTIF and SUMIF only appear to
allow for one condition, I don't see how I can do this.
Does anyone have any suggestions for how to automatically
count how many values from a column fall within a half-
hour range?

Thanks.
 
Reply With Quote
 
 
 
 
Bernie Deitrick
Guest
Posts: n/a
 
      6th Oct 2004
Anon,

Please don't mulit-post - we read most of the groups anyway, and this just
makes for more work. Here is my reply to your other post:

With your times in column A, put the start time for each time segment
starting in C2, and continuing down the column.

Then in cell D2, use the formula

=COUNTIF(A:A,">="&C2)-COUNTIF(A:A,">="&C3)

and copy down to match your times in column C.

HTH,
Bernie
MS Excel MVP


--
HTH,
Bernie
MS Excel MVP
"Anonymous" <(E-Mail Removed)> wrote in message
news:0a3001c4abb1$1c262700$(E-Mail Removed)...
> I am trying to automate the work to put a graph
> together. Basically I have some issues reported in one
> column and the time (in HH:MM format -- 9:00 AM) each
> issue was reported in another column.
>
> The problem is that I want a chart that displays how many
> issues were reported in half hour increments (e.g., from
> 9:00 AM to 9:30 AM, etc.). Right now I am doing this
> manually my creating another column with the half-hour
> increments and basing my chart on this manually created
> column. Basically if I had two values in this range in
> my source column (9:15 AM and 9:22 AM) I then put the
> value 2 in my manual column to represent the amount of
> issues reported between 9:00 and 9:30. My chart uses the
> column with "2" in it.
>
> Ideally, I would just be able to use a formula to count
> all values from the column that are in a particular half-
> hour increment. Since COUNTIF and SUMIF only appear to
> allow for one condition, I don't see how I can do this.
> Does anyone have any suggestions for how to automatically
> count how many values from a column fall within a half-
> hour range?
>
> Thanks.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
convert time from 60 minute hour to 100 minute hour =?Utf-8?B?SmJvZXJkaW5n?= Microsoft Excel Misc 2 6th Jul 2005 11:30 PM
Appointment times not on the Hour or Half Hour =?Utf-8?B?Umlja0tsaW1h?= Microsoft Outlook Calendar 1 18th Apr 2005 05:39 PM
convert 100 minute hour to a 60 minute hour =?Utf-8?B?VG9kZA==?= Microsoft Excel Worksheet Functions 1 15th Nov 2004 06:14 PM
Calculating Half-Hour Range for Hour-Minute Data Anonymous Microsoft Excel Misc 4 6th Oct 2004 05:29 PM
showing 24 hour period and 5 hour data segments Karl Piper Microsoft Access Queries 3 6th Oct 2003 04:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:50 AM.