Cross reference sheets on email addresses
Hello,
Looking for formula help. I have a master Smartsheet with email addresses and a second Smartsheet with a form that will populate with email addresses entered by the user, so they may not be entered 100% correctly (fuzzy lookup?). I would like to use a cell to check against the master Smartsheet to see if the user has completed the form.
My first column in my master sheet would be first and last name and the second column would be email. Likewise my second sheet "tracker" would also be the same 2 columns. In excel I was able to use the following =IF(B2=Tracker!B2,"Yes","No") and was able to obtain a result, but not in Smartsheet. What is the correct syntax in Smartsheet?
Thanks!
Answers
-
Hi Dedrick,
You could potentially build in an IF(MATCH statement to look and see if there's a Match between your two sheets. I would also add in an IFERROR function around it, because if there isn't a match you will get the error #NO MATCH (instead of having a nice "No" returned).
Try this:
=IFERROR(IF(MATCH([Name Column]@row, {Name Column in Form Sheet}, 0), "Yes"), "No")
Here are the Help Center articles I used to create this: Cross Sheet Formulas / @row function / MATCH function / IF function / IFERROR function
If this doesn't work, it would be useful to see a screen capture of each sheet (please block out any sensitive data).
Cheers!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you for the formula Genevieve. I used your formula =IFERROR(IF(MATCH([Name Column]@row, {Name Column in Form Sheet}, 0), "Yes"), "No")
However, I got a no for all results. Although I know I have matches. Do I need to change the columns from contacts to text? Is there something else that I'm missing?
-
Hi Dedrick,
Can you maybe share some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. 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 Dedrick,
I agree, screen captures may help!
The contact columns can either both be just text columns or both be Contact List columns. As long as they are the same, the formula should be able to read the matches.
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!