Trying to match values from different sheets
So I have the master sheet that has a Machine Name column, and I'd like to match it to a Department that is inputted in a separate sheet.
Sheet 1 has 2 columns, Machine Name and Department (this is where the formula will go). Machine name is constantly added with random names being chosen out of a drop down selection from the original list
Sheet 2 has 2 columns, Machine Name and Department
I tried a few formulas, but can't get it to work. The one I've been tweaking was this: =INDEX([Machine Name]:[Machine Name], MATCH([Machine Name]@row, {machine name and department range from other sheet}, 0))
Best Answer
-
Hey @Kyle Cannella
This formula will work as long as all the Machine Names are unique.
=INDEX({Ref 1: Department Name Column},MATCH([Machine Name]@row,{Ref 2: Machine Name Column}))
Answers
-
Hey @Kyle Cannella
This formula will work as long as all the Machine Names are unique.
=INDEX({Ref 1: Department Name Column},MATCH([Machine Name]@row,{Ref 2: Machine Name Column}))
-
That worked, thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!