Hello, I am need to create about 60 graphs for some data I have in a workbook. As I said in the title, my data is standardized. The thing is, I simple have no idea how to approach this since I have never dealt with something like this.
My data, normal range, goes like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]KPI[/TD]
[TD]Leader[/TD]
[TD][/TD]
[TD]WK01[/TD]
[TD]WK02[/TD]
[TD]WK03[/TD]
[TD]WK04[/TD]
[TD]WK05[/TD]
[TD]JANUARY[/TD]
[TD]WK01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Goal[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]James Lee.[/TD]
[TD]IT[/TD]
[TD]80%[/TD]
[TD]90%[/TD]
[TD]92%[/TD]
[TD]97%[/TD]
[TD]95%[/TD]
[TD]91%[/TD]
[TD]92%[/TD]
[/TR]
[TR]
[TD]ASA Service Inter[/TD]
[TD]Sara Curt[/TD]
[TD]Marketing[/TD]
[TD]92%[/TD]
[TD]90%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]98%[/TD]
[TD]94%[/TD]
[TD]75%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Mary Su[/TD]
[TD]Services[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[/TR]
</tbody>[/TABLE]
And the table goes on forward with 4-5 weeks per month. It also goes downwards with about 30 KPIs. My goal would be to have a macro automatically create a graph in another sheet with the current selection OR in an ideal world to iterate to the whole worksheet and create a graph for each KPI.
It would take:
*The KPI as a the chart name
*The Goal and each department as a series (the goal being linear and the depts being clustered columns) with their respective values
*And the weeks and months being the categories.
Can someone please help me in accomplishing this? Or giving me at least some idea of how to work this out? With the graph formatting I can deal with.
My data, normal range, goes like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]KPI[/TD]
[TD]Leader[/TD]
[TD][/TD]
[TD]WK01[/TD]
[TD]WK02[/TD]
[TD]WK03[/TD]
[TD]WK04[/TD]
[TD]WK05[/TD]
[TD]JANUARY[/TD]
[TD]WK01[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Goal[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]James Lee.[/TD]
[TD]IT[/TD]
[TD]80%[/TD]
[TD]90%[/TD]
[TD]92%[/TD]
[TD]97%[/TD]
[TD]95%[/TD]
[TD]91%[/TD]
[TD]92%[/TD]
[/TR]
[TR]
[TD]ASA Service Inter[/TD]
[TD]Sara Curt[/TD]
[TD]Marketing[/TD]
[TD]92%[/TD]
[TD]90%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]98%[/TD]
[TD]94%[/TD]
[TD]75%[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Mary Su[/TD]
[TD]Services[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[TD]95%[/TD]
[/TR]
</tbody>[/TABLE]
And the table goes on forward with 4-5 weeks per month. It also goes downwards with about 30 KPIs. My goal would be to have a macro automatically create a graph in another sheet with the current selection OR in an ideal world to iterate to the whole worksheet and create a graph for each KPI.
It would take:
*The KPI as a the chart name
*The Goal and each department as a series (the goal being linear and the depts being clustered columns) with their respective values
*And the weeks and months being the categories.
Can someone please help me in accomplishing this? Or giving me at least some idea of how to work this out? With the graph formatting I can deal with.