mikeymikeymike
New Member
- Joined
- Jan 13, 2020
- Messages
- 1
- Office Version
- 2010
- Platform
- 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
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