Index (Match?) Function
Hi all,
I have been reading a lot of discussions on the index/match function, and cannot for the life of me figure out how to accomplish what I'm trying to do.
I am making a new spreadsheet where I want to pull data from two different sheets. The data from the second sheet will be dependent on the data from the first sheet.
Unfortunately I'm stuck at step 1. I am able to index the names I want, but not have it automatically match the row number. The formula I have gotten to work is:
=INDEX({AST Last Name}, 2)
Where {AST Last Name} references the column in the sheet I am pulling from, but I have to manually change the number at the end (2) for each cell. I have tried variations of @row with no luck.
Can you help?
Answers
-
The way I think about INDEX/MATCH is as follows:
=INDEX(<what value I want to show up in my column>, MATCH(<the value I want to look up>, <the range I'm looking up that previous value in>, 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!