VLookup Help
I am attempting to create a sheet that will pull in certain criteria for projects but can't seem to get my formula correct....keep getting a NO MATCH
Formula in the Stage column is: =VLOOKUP("Project Code Name", {West}, 4, false)
{West} is the other sheet I am trying to pull from....I highlighted most of the data on that sheet so not sure why there is no match.
Any help/insight would be appreciated....Thanks
Answers
-
Hi Deb,
It looks like your syntax isn't quite right for the VLOOKUP. Try:
- =VLOOKUP([Project Name]@row,{West},4, false)
You might want to consider an INDEX/MATCH if you are worried about the ability to look to columns to the left of where the Project Name falls. That would look something like:
- =INDEX({Stage}, MATCH([Project Name]@row, {West}, 0))
Hope this helps!
Best,
Zach Hall
Training Delivery Manager / Charter Communications
-
Zach - unfortunately this did not work; I feel the issue is with the lookup table - I have attempted to pull in the entire sheet. This is my first attempt at using VLOOKUP formula
-
Hi @Deb White
I hope you're well and safe!
Can you share some more screenshots of the lookup table? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help.
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Andree, Its a pretty robust pipeline sheet but here's a screen shot of the first few columns
Thank you for taking a look.
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
Check out the Formula Handbook template!