If cell matches cell in another sheet, return value from a column in that other sheet
cugbug
✭✭
Im working on a formula that will compare my Client ID column from my current sheet current row, to my Client ID column on my second sheet (called Production Log). When the client ID matches, I want the check date column from my second sheet to be returned.
This is my formula. It is giving me an unparseable error.
=IFERROR(INDEX(COLLECT({Production Log 1st pr date},{Production Log Client ID},HAS(@cell,[Client ID]@row)),1)"no match")
Tags:
Best Answer
-
You should be able to do this with just a simple INDEX MATCH formula such as:
=IFERROR(INDEX({Production Log 1st pr date}, MATCH([Client ID]@row, {Production Log Client ID}, 0)), "no match")
Answers
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!