Value Lookup
I am trying to create a formula that uses that rows ID to look up on another sheet, if that row ID is used, to then use the info from the column. But I keep coming up with no match.
=VLOOKUP([Project ID]@row, {Contractor Entries Range 3}, 7, false)
Answers
-
Try using INDEX/MATCH.
=INDEX({Ref 1: Return Data Column},MATCH([Project ID]@row,{Ref 2: Project ID Column},0),0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 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!