Pull cell value based on matching value in two sheets
Hello all, hoping someone can help me with this question. I need to pull a cell value into Sheet 2 based on a shared cell value in Sheets 1 and 2. Specifically, I need to pull the value from the MIN Score column in Sheet 1 to the row with a matching COSMOID in Sheet 2.
For example, Client A has COSMO ID 123456 and a MIN Score of 30. I need Client A’s MIN Score to pull automatically into Sheet 2 based on matching COSMO ID 123456, which is also listed in Sheet 2. The COSMO ID is needed to make sure the right MIN Score is associated with the right client.
Maybe-helpful screenshots below. The green MIN column in Sheet 2 would hopefully have the same value as Sheet 1 if COSMO IDs matched.
I’m guessing some combo of INDEX and MATCH is needed here, but so far I can’t quite figure out how to make it give the result I need. Any guidance is appreciated, thanks in advance for your time!
Answers
-
Try this,
=VLOOKUP( [COSMO ID Number]@row, {Sheet 1 Range that includes Cosmo Id and MIN score columns}, 2, false)
-
Thanks Sameer! That worked great, I do want to get your opinion on the formula if the columns are not side-by-side. Is there a way to do it then?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!