I have a checkbox question
I have a formula that if email addresses do not match leave the checkbox "unchecked", If the email addresses do match 'Checkbox". Some of the boxes remain unchecked and other return a #NO MATCH. How do I build a consistent unchecked box formula. I validate email address for verification, but still receive #NO MATCH.
Email Formula: =INDEX({OSV+ Attestation Yes}, MATCH([Email Address]@row, {SourceWorkAddress}, 0))
Checkbox Formula: =IF([OSV+ Attestation]@row = "yes", 1, 0)
Answers
-
Hi @Adarian Searcy
Try this modified Email Formula:
=IFERROR(INDEX({OSV+ Attestation Yes}, MATCH([Email Address]@row, {SourceWorkAddress}, 0)),"")
Hope it works for you.
Gia Thinh Technology - Smartsheet Solution Partner.
-
Yes, that worked. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!