How to use a table column as the primary column of another table

reaktorblue

Board Regular
Joined
Aug 8, 2007
Messages
87
Office Version
  1. 365
Platform
  1. Windows
I have a worksheet labelled "Roster" and in this worksheet is a table with the columns "Learner", "Email", "Supervisor"

I have a second worksheet in the same spreadsheet labelled "Attendance" and in this worksheet is a table with the columns "Learner", "5/1", 5/2". I'd like to have this table's "Learner" column auto populate from the entries in the "Roster" table.

Since it's a table, I can't use =tblRoster[Learner] without getting spill errors. Is there a way that I can accomplish this?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Post a sample worksheet of your data and a mock up solution. Do not post a picture, but use the add in function XL2BB.
 
Upvote 0
Here are the two tabs.

This tab is "Roster" and is a table that is made at the start.

Test.xlsm
ABC
1LearnerEmailSupervisor
2Amy Doeamydoe@email.comGarfield
3Barry Doebarrydoe@email.comGarfield
4Cathy Doecathydoe@email.comHeathcliff
5Jane Doejanedoe@email.comGarfield
6John Doejohndoe@email.comGarfield
Roster


This tab is "Attendance" and I'd like to have the "Learner" column update dynamically, depending on the entries in the "Roster" tab.

Test.xlsm
ABCD
1Learner12-May13-May14-May
2Amy DoePresentAbsentAbsent
3Barry DoePresentPresentPresent
4Cathy DoePresentPresentPresent
5Jane DoePresentPresentPresent
6John DoePresentPresentAbsent
Attendance


For example, if I were to add Fred Flintstone to the "Roster" I would then get an entry in "Attendance" to keep track of that person's attendance.
 
Upvote 0

Forum statistics

Threads
1,215,410
Messages
6,124,752
Members
449,186
Latest member
HBryant

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