N
Nornny
This is really hard to explain, and I'm just as unclear as to what
want to do as you probably will be when you read this, but I could us
the help.
I'm given two columns that both have dates and times in each field.
A B
Date_Opened Date_Closed
1 1/1/04 7:01AM 1/2/04 4:00 PM
2 ... ...
3
4
...
All dates in the Date_Closed column is a March date. But Date_Opene
can be in January or February or March. Each row is a differen
problem. There are more columns with more fields, but assume I onl
have these two columns to work with. I need to make a function tha
counts up how many problems I have going on at a given time interva
(say 7-8AM). I want to first know the easiest way to count this an
then know the function that would do this. I can't add any new column
either. I have to extract and manipulate the data I have.
My problem comes with just realizing what I have to do. For each tim
interval, I want a count of how many problems "existed." So for 7AM,
want to know how many problems were opened, being processed, or wer
closed between 7AM and 8AM. I think I want it for any given day, but m
problem is that each day would be different, because some are open fo
a few hours and other problems are open for a few days, even weeks. Ho
would I go about counting that? Is there an easier question for me t
ask that is in essence the same? And what's the solution. I could us
your help and would be happy to clarify. :
want to do as you probably will be when you read this, but I could us
the help.
I'm given two columns that both have dates and times in each field.
A B
Date_Opened Date_Closed
1 1/1/04 7:01AM 1/2/04 4:00 PM
2 ... ...
3
4
...
All dates in the Date_Closed column is a March date. But Date_Opene
can be in January or February or March. Each row is a differen
problem. There are more columns with more fields, but assume I onl
have these two columns to work with. I need to make a function tha
counts up how many problems I have going on at a given time interva
(say 7-8AM). I want to first know the easiest way to count this an
then know the function that would do this. I can't add any new column
either. I have to extract and manipulate the data I have.
My problem comes with just realizing what I have to do. For each tim
interval, I want a count of how many problems "existed." So for 7AM,
want to know how many problems were opened, being processed, or wer
closed between 7AM and 8AM. I think I want it for any given day, but m
problem is that each day would be different, because some are open fo
a few hours and other problems are open for a few days, even weeks. Ho
would I go about counting that? Is there an easier question for me t
ask that is in essence the same? And what's the solution. I could us
your help and would be happy to clarify. :