Table range linked to values in another table column?

MrRodger

New Member
Joined
Dec 12, 2014
Messages
8
Hi All,

Is it possible to create a master table and then build another table off of the master table by defining a dynamic range of cells that fit a specific criteria like the Tutor column below? I have an example of my master table that contains school, tutor and date. To the right I want a table that can link to the master table and pull in only the values for a particular tutor. I thought this may be possible by defining the subset table ranges with an Index(Match:Index(Match) or some sort of formula in the range field of the table.

Essentially I want a way to break out a new dynamic table for each value in the tutor column using table ranges rather than just formulas in all the cells (like Index(Small(if(row(row) to limit the amount of calculation it takes and to be able to easily refresh data without worrying about someone breaking a formula within a cell or extending the formulas down rows.

[TABLE="width: 715"]
<colgroup><col span="2"><col><col span="8"></colgroup><tbody>[TR]
[TD="colspan: 3"]Master Table[/TD]
[TD][/TD]
[TD="colspan: 3"]Second Table[/TD]
[TD][/TD]
[TD="colspan: 3"]Third Table[/TD]
[/TR]
[TR]
[TD]School[/TD]
[TD]Tutor[/TD]
[TD]Date[/TD]
[TD][/TD]
[TD]School[/TD]
[TD]Tutor[/TD]
[TD]Date[/TD]
[TD][/TD]
[TD]School[/TD]
[TD]Tutor[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Bill[/TD]
[TD="align: right"]1/2/2015[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD]Bill[/TD]
[TD="align: right"]1/2/2015[/TD]
[TD][/TD]
[TD="align: right"]2[/TD]
[TD]Sara[/TD]
[TD="align: right"]1/3/2015[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Bill[/TD]
[TD="align: right"]1/2/2015[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD]Bill[/TD]
[TD="align: right"]1/2/2015[/TD]
[TD][/TD]
[TD="align: right"]2[/TD]
[TD]Sara[/TD]
[TD="align: right"]1/3/2015[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]BIll[/TD]
[TD="align: right"]1/3/2015[/TD]
[TD][/TD]
[TD="align: right"]1[/TD]
[TD]BIll[/TD]
[TD="align: right"]1/3/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Bob[/TD]
[TD="align: right"]1/2/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Bob[/TD]
[TD="align: right"]12/12/2014[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]Sara[/TD]
[TD="align: right"]1/3/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]Sara[/TD]
[TD="align: right"]1/3/2015[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 459"]
<colgroup><col span="2"><col><col span="4"></colgroup><tbody></tbody>[/TABLE]
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Pivot tables would work but they can only summarize fields with counts,sums etc... not display raw data in table format as far as I know. I do not want to use macros and extra processes to get pivot tables to show raw data as my tables will have over a hundred fields assuming I can get this to work as envisioned.
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,885
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top