Index Match
Hello there. I have a column on two separate sheets called Dept Link. If the content of these cells match, I want it to report out the contents of a different cell called Highlights. How would I do that?
Best Answer
-
It would look something like this...
=INDEX({Other Sheet Highlights Column}, MATCH([Dept Link]@row, {Other Sheet Dept Link Column}, 0))
Answers
-
It would look something like this...
=INDEX({Other Sheet Highlights Column}, MATCH([Dept Link]@row, {Other Sheet Dept Link Column}, 0))
-
Thank you! I actually wrote this formula before posting but left off the 0. It was not giving me the right text.
-
Happy to help. 👍️
The zero indicates that the MATCH function will search for an exact match. If you are ever having a problem with INDEX/MATCH, that's usually the first thing to check is if that zero is there.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!