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
Is it possible to display both the planned and actual duration for a single task on a Smartsheet Gantt chart? I would like the Gantt bar to show the planned duration (e.g., in blue) based on a Planned End Date column, and then show the actual duration (e.g., in green) based on an Actual End Date column. Can the Gantt view…
I noticed in the Board View tags are grey by default but in the how to videos, in the Board View some of the tags are colorful. I'd like to leverage that same functionality as I'm building a research repository with many different types of research in it and a visual cue would be lovely. Can anyone assist? I attached a…
We want to know if it is possible to send request for update in one email, but with multiple rows at the same time. For example, staff A has 4 open referrals, I want to send one request for update automatically to them where they will receive only one email without having to overload them daily with all the open referrals…