Referencing Table Cells in Another Table

mikeymikeymike

New Member
Joined
Jan 13, 2020
Messages
1
Office Version
  1. 2010
Platform
  1. Windows
Hi guys,

This problem is driving me crazy and also making my spreadsheet extremely slow. Assume I have a table called Table1 and another called Table2. Both have 3 rows and 3 columns including headers and the first column which is the name of people, for example. The names column in both table are the same. How do I EASILY reference different cells in Table2 from Table1 without using index, vlookup, etc.? The hard way that I've been filling my spreadsheet with, slowing it down is something like this:

(filling out a cell in Table2)
=index(Table1;[@row];match(columnx;Table1[#headers];0))

I can't for the life of me figure out if there's an easier way to do this. Am I overthinking too much? I don't have much experience, so I'm sure that plays a part.

Thanks
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
You could add them to your data model in powerpivot and create a new pivot table to show what you need.

Look up how to enable it, then select a table and go PowerPivot > Add to data model.

Then go to PowerPivot > Manage, A window pops up then Home > Diagram view and drag the name field from one table to the other to create a relationship.

Then Insert > Pivot Table, click use external data source, choose connection, tables, and select the 2 tables.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,488
Members
448,967
Latest member
visheshkotha

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