Sign in to join the conversation:
Hi,
is it possible to capture the amount of entries that have come in from a form? the form is constantly being populated so i am looking for a live number if possible?
Any help appreciated.
thank you Dave
Hi Dave,
Yes, it is. You can add a column (that you can hide) and a field on the form that you hide and set to a default value like submitted form or similar.
Edit. You can then use a count formula to get the total number.
Would that work?
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Andree,
thank you for taking the time to reply. I am not quite sure what you are suggesting?
What i need to do i provide an ongoing figure to my customers dashboard of how many entries have been made against a particular form?
So this number would be constantly updating, how would i add a constant count to then display on the dashboard?
Sorry probably being a bit slow and its probably easy
Thank you again for taking the time to reply
Dave
You could use the COUNT function to count all the cells that ain't empty and then show that on a dashboard with a metric widget.
Andrée
i don't think it will unfortunately. i have set a field to give each entry a numeric value which shows me the amount of entries but i cant get the dashboard data to read the latest value.
Regards
Can you share the sheet, workspace or some screenshots so that I can get a better understanding of your set up?
Hi Andree
how do i share with you? more than happy to let you take a look, havent figured out how to get screen shots on here but happy to share.
You can share the sheet or workspace with me at andree@getdone.se
If there is sensitive information, you could share a copy instead.
Try this.
If I understand you correctly this is the formula that you should use in the cell for the count on the summary sheet.
The Anomolies Range 1 is for the Row ID column, and you need to select the reference in your sheet.
The formula will count all the cells that are not empty.
=COUNT({Anomolies Range 1})
Works perfectly,
Thank you for taking the time to have a look at this,
I have a list of properties that I'm keeping track of. I have each building divided into suites (children) and each suite has a cell with its square footage. The total square footage rolls up to the building name. I also have a drop down column that shows if the suite is occupied or vacant. I need a to calculate the…
Hi! I'm fairly new to SmartSheets but have been trying a number of things that havent yet worked. I want to be able to show for each parent row, the number of child rows completed as a %. So for the parent row Process Overview there are 7 tasks and 6 tasks are complete so I want it to show as 90%. Can anyone help me?
Hello, I am trying to find the average audit score for a range of percentages between two dates. There are divider rows for organization by month. I have been trying to utilize the following formula but continue to get #DIVIDE BY ZERO for an answer: =AVG(COLLECT([Audit Score]:[Audit Score], [Date of Chat]:[Date of Chat],…