Can the search value in a MATCH function be based on data in the current row?
I am working on creating a calendar of training programs for my company and how many trainers each one needs. I have a separate sheet that already contains the total number of trainers required for each program and would like to use a cross sheet formula to return that value on the program calendar. I have used Index and Match (formula below) to find and return the value that I want but I have to manually input the search value in quotes for each program and would like to make it easier if possible.
=INDEX({TDP Program Schedule Template Total TDP}, MATCH("Basecamp PTB Onboarding", {TDP Program Schedule Template Assignment}, 0))
Is there a way to Index and Match data based on data in the current sheet/row rather than a specific search value? Ideally, I would like a formula that could search for the value that I put in the Program column in the "Program Calendar" sheet in the Program column of my "Program Schedule Template" sheet and return the corresponding number from that row for Total TDP.
Best Answer
-
Most certainly...
=INDEX({TDP Program Schedule Template Total TDP}, MATCH(Program@row, {TDP Program Schedule Template Assignment}, 0))
You would replace the specific text with a direct cell reference.
Answers
-
Most certainly...
=INDEX({TDP Program Schedule Template Total TDP}, MATCH(Program@row, {TDP Program Schedule Template Assignment}, 0))
You would replace the specific text with a direct cell reference.
-
Thank you @Paul Newcome! I probably should have figured that out :)
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 478 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives