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 am trying to populate a column from Sheet A into Sheet B and Sheet C. My Lookup column for Sheet A is formatted as such so there is a ' in front to account for ones that have a leading 0 and some do not. Each ID should be 6 digits long. I made a helper column looking at this Dealer ID column to try and get rid of that…
am I able to separate this into multiple rows? in a new sheet? Desired Result -
I would like to parse out this data by creating a listing with a row for each person, for each project they appear on, for each month. I think this would only give me the groupings anyways, but this doesnt seem to even get me started - it popped up then people have disappeared.