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
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 153 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 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!