Can anyone offer any thoughts on how to solve a problem...I have a table with individual phone calls (one per row) and the time they each arrive by minute (an attribute on the same row). I need to show for every minute of a day (1,440 rows) a count of how many calls arrived. I've tried various cross-tabs, pivot tables and inner join queries, but those processes don't show minutes for which there are no phone calls...and I need to show all minutes.
I've resorted to listing each phone call in excel in individual columns with all 1,440 minutes of the day on the rows with a "1" on the appropriate minute. Then, I have a total column that sums across all columns and then shows for each row (each minute) the total number of calls.
There HAS to be an easier way!?!!?
Any thoughts would be appreciated!!
I've resorted to listing each phone call in excel in individual columns with all 1,440 minutes of the day on the rows with a "1" on the appropriate minute. Then, I have a total column that sums across all columns and then shows for each row (each minute) the total number of calls.
There HAS to be an easier way!?!!?
Any thoughts would be appreciated!!