Nest a Vlookup referencing another table in an IF statement
AOBB
✭✭
Good Morning,
I have been rooting around the forums for a couple of days now trying solution after solution based on what I have ready on here for my issue.
Below is the formula I am currently using. comes back with #NO MATCH even though I know the lookup value is within the referred range.
=IF([Delivery / Pick Up]@row = "Pick-Up", 0, VLOOKUP([Driver Request #]@row, {BETA - Load List Tracker Range 2}, 10))
Any help is appreciated -- Thank you
Answers
-
Try using false in the last section of the VLOOKUP to indicate an exact match.
=IF([Delivery / Pick Up]@row = "Pick-Up", 0, VLOOKUP([Driver Request #]@row, {BETA - Load List Tracker Range 2}, 10, false))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!