Thresh1642
New Member
- Joined
- Mar 14, 2017
- Messages
- 11
Hi,
I am looking to do the following, but my excel-fu is weak....
I have twelve tabs, one for each month.
Each Tab contains a list of people, and the data pertaining to them, like the following
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Nuts[/TD]
[TD]Bolts[/TD]
[TD]Widgets[/TD]
[TD]Objects[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]12[/TD]
[TD]14[/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Ted[/TD]
[TD]11[/TD]
[TD]16[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]9[/TD]
[TD]17[/TD]
[TD]12[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Jeff[/TD]
[TD]8[/TD]
[TD]7[/TD]
[TD]11[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
In the 13th tab, I am creating a graph to compare the people and associated data, and the associated data is in a table as well. The table would look like the following:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Month[/TD]
[TD]Nuts[/TD]
[TD]Bolts[/TD]
[TD]Widgets[/TD]
[TD]Objects[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]January[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]April[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]October[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Jeff[/TD]
[TD]December[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
The problem I am running into is the formula needed to populate the cells with the '?' in them. I'm pretty sure its a combination of VLOOKUP (based on the Value in Name), and INDIRECT (based on the name of the table being referenced in Month), but I'm obviously missing something as my previous efforts have failed.
Any and all help appreciated!
Thanks,
Andrew
I am looking to do the following, but my excel-fu is weak....
I have twelve tabs, one for each month.
Each Tab contains a list of people, and the data pertaining to them, like the following
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Nuts[/TD]
[TD]Bolts[/TD]
[TD]Widgets[/TD]
[TD]Objects[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]12[/TD]
[TD]14[/TD]
[TD]6[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Ted[/TD]
[TD]11[/TD]
[TD]16[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]9[/TD]
[TD]17[/TD]
[TD]12[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]Jeff[/TD]
[TD]8[/TD]
[TD]7[/TD]
[TD]11[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
In the 13th tab, I am creating a graph to compare the people and associated data, and the associated data is in a table as well. The table would look like the following:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Month[/TD]
[TD]Nuts[/TD]
[TD]Bolts[/TD]
[TD]Widgets[/TD]
[TD]Objects[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]January[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]April[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Amy[/TD]
[TD]October[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
[TR]
[TD]Jeff[/TD]
[TD]December[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[TD]?[/TD]
[/TR]
</tbody>[/TABLE]
The problem I am running into is the formula needed to populate the cells with the '?' in them. I'm pretty sure its a combination of VLOOKUP (based on the Value in Name), and INDIRECT (based on the name of the table being referenced in Month), but I'm obviously missing something as my previous efforts have failed.
Any and all help appreciated!
Thanks,
Andrew