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
Hi everyone, A request was sent in via a form. Smartsheet sent them a success message. But the request did not show up on the Smartsheet. I did a test for just me and mine showed up. Any ideas on what might be keeping this particular requester's request from showing up on the sheet? Freda
Can someone with View only premission on a sheet, save a copy of the sheet or export it?
Hi Everyone, Is there a way to prevent someone from putting a duplicate entry into Smartsheet? For instance, the other day R&D accidentally reused a part #. It showed up on the sheet but the person in charge of the material master caught it. Is there a way that SS would give a warning if a duplicate does come in? Thanks…