Hey gang,
I’ve been up all night trying to figure out how to do this and I'm completely stuck. What I'm trying to do is have a "Summary" page so I can have a sort of 'top sheet' from data I’ve dumped from my ms database.
I have three columns on this particular sheet (we'll call it "RawData").
COL A: FortheWeekOf – Date of the last day of that week
COL B: AnaystsName – Analysts that handled the particular problem
COL C: CountOfID – Number Times that week that analyst handled a problem (total)
Example:
Fortheweekof | AnalystName | CountOfID |
John Doe | 05/06/2006 | 17 |
Bob Smith | 05/13/2006 | 24 |
Bob Smith | 05/20/2006 | 29
Bob Smith | 05/06/2006 | 15 |
John Doe | 05/13/2006 | 27 |
John Doe | 05/20/2006 | 19 |
On my main sheet, what I’m TRYING to do (quite unsuccessfully I made add) is provide a summary from this data based on the week.
1. ROW2: Week (date) - Will be the same as FortheWeekOf
2. COL A: Analysts Name
3. COL B - ?: Count of problems for the analysts under the specific date
Example:
The problem is that I can't do a COUNTA or COUNTIF (I don't think anyway) because depending on the week, the analyst might have been off and might not even be in my RawData. Secondly, besides the data being in the same column they could be anywhere within that column. I COULD sort the column, however, I don't think this is going to help any. (one way the analysts are out of order, the next way the dates are out of order)
I am a intermediate VBA user so if that can help me here I'm willing to try.
Any feedback would be much appreciated!
I am off to bed now, haven't slept all night trying to figure this out.
- Brian (AKA Phive_) [/img]
I’ve been up all night trying to figure out how to do this and I'm completely stuck. What I'm trying to do is have a "Summary" page so I can have a sort of 'top sheet' from data I’ve dumped from my ms database.
I have three columns on this particular sheet (we'll call it "RawData").
COL A: FortheWeekOf – Date of the last day of that week
COL B: AnaystsName – Analysts that handled the particular problem
COL C: CountOfID – Number Times that week that analyst handled a problem (total)
Example:
Fortheweekof | AnalystName | CountOfID |
John Doe | 05/06/2006 | 17 |
Bob Smith | 05/13/2006 | 24 |
Bob Smith | 05/20/2006 | 29
Bob Smith | 05/06/2006 | 15 |
John Doe | 05/13/2006 | 27 |
John Doe | 05/20/2006 | 19 |
On my main sheet, what I’m TRYING to do (quite unsuccessfully I made add) is provide a summary from this data based on the week.
1. ROW2: Week (date) - Will be the same as FortheWeekOf
2. COL A: Analysts Name
3. COL B - ?: Count of problems for the analysts under the specific date
Example:
The problem is that I can't do a COUNTA or COUNTIF (I don't think anyway) because depending on the week, the analyst might have been off and might not even be in my RawData. Secondly, besides the data being in the same column they could be anywhere within that column. I COULD sort the column, however, I don't think this is going to help any. (one way the analysts are out of order, the next way the dates are out of order)
I am a intermediate VBA user so if that can help me here I'm willing to try.
Any feedback would be much appreciated!
I am off to bed now, haven't slept all night trying to figure this out.
- Brian (AKA Phive_) [/img]