Sheet Summary

I want to take a field on my sheet and compare it to the total submissions on another sheet to get a percentage.
Ex. I want to take the total for cell/number of total submissions (rolling) on another sheet so that it updates automatically each time someone submits the form.
How would I do that formula?
Answers
-
Are you able to provide some screenshots for context?
-
I think I answered my own question :) but I do have a follow up!
Is there a formula I can use to reference another sheet (that is attached to a form) to count the total submission done of that form, on a rolling scale so each time someone submits a new row it will automatically update?
-
Yes. The easiest way is if there is a column that is populated on every single row such as an auto-number column or created date column. Then you would just use a basic COUNT function on that column.
=COUNT({Auto-Number Column})
Help Article Resources
Categories
Check out the Formula Handbook template!