Formula to return a date when value in one sheet matches value in another.
I need a formula for if a value in Column A Sheet A matches a value in Column B Sheet B, return date from Column C Sheet B. I have been playing around with vlookup, match, and if statements and am having issues getting to format quite right.
Thank you!
Best Answer
-
Try something along the lines of
=INDEX({Sheet B Column C}, MATCH([Column A]@row, {Sheet B Column B}, 0))
Answers
-
Try something along the lines of
=INDEX({Sheet B Column C}, MATCH([Column A]@row, {Sheet B Column B}, 0))
-
That worked perfectly, thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 468 Global Discussions
- 156 Industry Talk
- 511 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 521 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!