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 need a column formula that can add sequential, unique IDs to data like this coming in from a form: Task Type Task ID Manual M001 Automated Manual M002 Manual M003 Manual M004 Automated Manual M005 Task IDs that aren’t the manual type need sequential numbering within their type (i.e. A001, A002, etc). Here’s the kicker:…
I'm trying to display a sum of the column Total Funds Available when Status = Apps Open, and Value Score = 5. Here is the formula I have: =SUMIFS([Total Funds Available]:[Total Funds Available], Status:Status, ="Apps Open", [Value Score]:[Value Score], ="5") There are rows that meet these conditions and should display a…
Hi everyone. We have an upcoming project is very short, but very critical, and requires that we track not only the start and end dates, but also the start and end times. Currently our team has added two columns, start time & end time, and they would like to add a duration column that can track the planned duration in…