Why is my VLOOKUP not working?
This is the formula I am using:
=VLOOKUP([ANALYST PARTICIPANTS]@row, {SAFFS::Firm:Analyst}, 2, false)
I have a separate Smartsheet that has a list of Firm/Analyst names that I used Data Shuttle to make. It has an attached .csv file with the data. SAFFS is the name of this Smartsheet.
The first part of the formula is fine, but the back half doesn't work at all. It should be referencing the SAFFS sheet and cross referencing it based on an Analyst name in the ANALYST PARTICIPANTS column in order to grab the Firm name, but no such luck. #INVALID REF
Any ideas?
The agony.
Answers
-
Hi David Brandt,
You can try the following formula-
=VLOOKUP([ANALYST PARTICIPANTS]@row, {SAFFS:Firm:Analyst}, 2, false)
Here, I have removed a colon in the lookup table selection. So, you can again recheck the reference and correct it.
I hope it will work.
Thank you,
Anjanesh Vaidya
Thanks,
Anjanesh Vaidya
Smartsheet Development, Ignatiuz Software
Did this answer help you? Show some love by marking this answer as "Insightful💡" or "Awesome❤️" and "Vote Up⬆️
-
Thanks Anjanesh. Much appreciate your feedback.
I have found that this is the formula that works: =VLOOKUP([PRIMARY ANALYST PARTICIPANTS]@row, {SAFFS Range 1}, 2, false)
Still not sure the difference between what I originally had bracketed and what I have bracketed here, but that made the difference.
One of the issues that I have found frustrating is that you can't populate multiple names (or companies) into a column with VLOOKUP. There appear to be workarounds but nothing super simple that I have found.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!