Verifying Completion of a Form
Hello - I have a team of 50 and we are implementing read and signs via a form to ensure information is disseminated and read across the team. When someone completes the form I have created, it will record their email address and the date/time they submitted.
How can I verify everyone on the team has completed the form? I've read some other self-help articles but nothing is working for me. It will be the same people and same quantity each time we do this process. Can I compare who has made a submission against a master list so that those who have not completed the form are flagged to me somehow?
Answers
-
Hi @Frank_A
Yes. If you've a master sheet containing all the 50 members, you can create a column with a cross-sheet formula to check if the person has filled in the form. I believe you've turned on sign into Smartsheet to access the form. That way, you can capture their email address using the Created By system field. You can then reference that column in your master sheet's checkbox flag column with this formula
=IF(CONTAINS([Email Address in master sheet]@row, {Created column reference in form sheet}), true, false)
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
I tried that earlier today, but with no success. Let me try again as you explained a little differently than what I was reading earlier :)
Thanks!!
-
@AravindGP would you be able to share a screenshot of an example of how you have the names and formula in the master sheet?
-
Hi @Frank_A
It's going to look something like this (as when you use created by in a form to capture data, it will only populate the email address). Name and email address in the below are both Text/Number column types
Here's the sheet that will collect the data. Community 8 - Created is referencing Created By (system column) in the below image.
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 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!