True/False VLOOKUP if cell on one sheet appears anywhere in column on another sheet
I'm trying to created a VLOOKUP formula the checks whether a cell value that lives on the same sheet as the formula can be found in anywhere in a column on a corresponding sheet. The formula should return a True/False value, or check a checkbox - whichever is simplest. I'm fairly certain the cell value should appear as '[Requester Email]@row' and the reference column should appear as '{Shared Contact Email}' I'm not sure how to write the logic for the True/False/checkbox response.
=VLOOKUP([Requester Email]@row, {Shared Contact Email}, ?)
Answers
-
Hi @mgriffin
I hope you're well and safe!
Here's a simple description of the structure for a VLOOKUP formula.
=VLOOKUP(CellThatHaveTheValueToMatch@row, {RangeThatHaveTheValueToMatch*},
ColumnNumberWithTheValueYouWantToShow, 0)
*Where the first column is the ColumnWithTheValueToMatchAgainsTheCell
Make sense?
Did that work/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 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.
-
The 'ColumnNumberWithTheValueYouWantToShow' doesn't make sense to me. The value that shows depends on whether the "CellThatHaveTheValueToMatch@row" matches the "{RangeThatHaveTheValueToMatch}." It's almost like a COUNTIF formula where the cell value is dependent on the VLOOKUP results.
-
Not sure I follow.
A VLOOKUP has a range where the first column in that range is matched against the value in your @row {RangeThatHaveTheValueToMatch}. The number then is to let Smartsheet know which column the value you want to show is in (ColumnNumberWithTheValueYouWantToShow).
More info.
Make sense?
Are you thinking of an INDEX/MATCH formula?
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.
-
I was able to get this to work for my purposes. The following formula returns the value of the original cell value, if the value also appears in the reference column.
=VLOOKUP([Requester Email]@row, {Shared Contact Email}, 1)
If a value of #NO MATCH is returned, I'll know further set up is needed. And I can set an alert to notify if a #NO MATCH value is returned in the formula column.
Thanks!
-
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.
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!