Match or Vlookup?
Hi all! I had a question about a formula I'm a little stuck on…
For a dashboard showing our clinics information, I added a column to the sheet that feeds into the dashboard that will show which doctor is assigned to that clinic.
Sheet 1 - all the clinical information
Sheet 2 - dashboard metrics
What formula do I add to that sheet 2 column that will match and pull the information from sheet 1? This is the sheet 2…
I need the name of the medical doctor to show in that column that matches with the clinic site name (from sheet 1)…I hope that makes sense.
Help please :)
Best Answer
-
=INDEX({LOY002-MSD_MM Primary}, MATCH(Other@row, {LOY002-MSD_Site Name},0))
ah it took me a couple of tries lol I think it worked thank you!
Answers
-
Something like this should work: =INDEX({Doctor Name}, MATCH(Other@row, {Clinic Site Name}, 1))
-
This is what I have but it's not working :(
=INDEX({LOY002-MSD_MM Primary}, MATCH(Other@row, {LOY002-MSD_Site Name,1}))LOY002-MSD_MM Primary — this is from sheet 1, the doctor's name
Other@row — not sure if I'm doing this one right…is that the row on the metrics sheet (for the dashboard) with the list of all the clinic names?
Clinic Site Name — this is referenced from sheet 1, to match with what's on the sheet 2
Is this right? I'm not sure what's wrong here. @Adam Murphy thank you for your help!
-
You are close: =INDEX({LOY002-MSD_MM Primary}, MATCH(Other@row, {LOY002-MSD_Site Name,1}, 1)) should work, you just left off the ,1 at the end (which is a sorted ascending search, you may want 0 for unsorted).
-
=INDEX({LOY002-MSD_MM Primary}, MATCH(Other@row, {LOY002-MSD_Site Name},0))
ah it took me a couple of tries lol I think it worked thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!