Match Formula Help
I have created two sheets and in need of some help with a formula.
Sheet 1: Vendor Directory (with columns "Vendor ID", "Vendor Pin", and "Vendor Verified").
Sheet 2: Vendor Verification (Which vendors will populate with their "Vendor ID" and "Vendor Pin")
When a row is entered in Sheet 2 the formula should look at sheet 1 to see if it matches with any "Vendor ID" and "Vendor Pin". If it does match, I need it noted as "Yes" under "Vendor Verified" on sheet 1.
Thank you in advance for your help!
Best Answer
-
Hi @Natalie11
In Sheet 2, have a column to combine the entered Vendor ID and Vendor Pin with the formula =[Vendor ID]@row + " " + [Vendor Pin]@row. Once done, in Sheet 1's Vendor Verified column have the formula =IF(INDEX(COLLECT({column reference of the new combination column of Vendor ID and Vendor Pin}, {Column reference of Vendor ID in Sheet 2}, [Vendor ID]@row), 1)=[Vendor ID]@row + " " + [Vendor Pin]@row, "Yes", "No")
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Answers
-
Hi @Natalie11
In Sheet 2, have a column to combine the entered Vendor ID and Vendor Pin with the formula =[Vendor ID]@row + " " + [Vendor Pin]@row. Once done, in Sheet 1's Vendor Verified column have the formula =IF(INDEX(COLLECT({column reference of the new combination column of Vendor ID and Vendor Pin}, {Column reference of Vendor ID in Sheet 2}, [Vendor ID]@row), 1)=[Vendor ID]@row + " " + [Vendor Pin]@row, "Yes", "No")
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
@AravindGP Thank you so much!⭐️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!