Hello.
I am using Smartsheet to conduct and keep track of several surveys.
I have my master list, which has the survey name, sheet, form, and contacts/email addresses. Each survey is sent out automatically on a given date.
When I program my sheet summary, I want to know what percentage of people responded. Right now I have a formula for count of responses, and I need to manually reference the count of contacts in the original masterlist: =countm({Masterlist Range 1})
Then I use this formula to find the percentage: =[Number of Responses]#/[Count of Attendees]#
Is there a better way to do this? Is automation possible?