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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!