Can you do a VLookup from a Drop Down column
Hey there! I am trying to create a VLOOKUP for an assigned task based on a person's role. It says "Incorrect Argument" Is this because the reference row is a drop down list?
Thanks! Marlo
Answers
-
Hi @MRosko02
I hope you're well and safe!
Can you share some screenshots? (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.
-
Hi @MRosko02
I would suggest using an INDEX(MATCH combination instead of a VLOOKUP. The structure for that type of formula is like so:
=INDEX({Column to return}, MATCH("Matching Value", {Column with value to match}, 0))
Can you explain what columns you want to look into for matching values, and what column data you want to bring back? What's your specific criteria? It would be helpful to see the formula you've tried to use, as well.
Thanks!
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
@Genevieve P. I want the task list to lookup the Area / Function field and return who is assigned to.
-
Hi @MRosko02
In that case, try something like this:
=INDEX({Assigned To Sheet 1}, MATCH([Area / Function]@row, {Area / Function Column Sheet 1}, 0))
Check out this Help Article for more information:
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
@Genevieve P. I get a No Match Error
This is how i entered it. I am referencing another sheet
=INDEX({New Contract Start-Up Contacts Range 1}, MATCH([Area / Function]@row, {New Contract Strat-Up Contacts Range 3}, 0))
-
@Genevieve P. Actually I see the error. The Area or Function did not match. Thank you!
-
Hi @MRosko02
That error indicates that the {range 3} can't find what you have typed in [Area / Function]@row
Just to test and see if the formula can find the same matching value, can you try:
=COUNTIF({New Contract Strat-Up Contacts Range 3}, [Area / Function]@row)
It would be helpful if we could see another screen capture with the formula open, showing the cell you're referencing and the text there. Let me know if this makes sense and helps!
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
Haha I typed too soon! 🙂
Glad you figured it out.
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 441 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 301 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!