Sign in to join the conversation:
Hi everyone
I was wondering if there is a way to set up an alert when a sheet is approaching the limit of entries.
( data is coming in thorough web forms)
Thanks!
Noemi
Hi Noemi,
Yes, you could add an auto numbering column and have an alert triggered when it reaches a specified number.
Would that work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
That won't work a second time though, as after she deletes the rows it will continue to count up from where it left off. It would be better to set aside a cell for the math
=if(countif(A:A,isblank(@cell)) + count(A:A)>4900,1,0)
That gives you 100 submissions before it maxes so you can go in and work on it without the chance of losing data. Just set an alert on the cell for when it changes to 1.
You're correct!
Depending on the need your method might be better, but with the autonumber column, the count could be reset if needed.
Andrée
This discussion was created from comments split from: Automation Suddenly Sending Duplicate Update Requests (No Workflow Changes Made).
If I need the value from a Summary Sheet, to link it to the Intake sheet, is this how it should look like at the control center?
I have a report that is referencing a control center program. Other users that are setup as leads on the program and have the same admin permissions I do are able to edit the Group, Filter, Summarize and Sort settings of this report, but I can not. When I click the Columns button it just says "Loading" and even if I leave…