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
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!