Sign in to join the conversation:
Is there a way to set up an alert on a sheet for when it is nearing the 5000-row limit?
Thanks!
You would need to use a helper column to establish how many rows are currently on a sheet. You could then set up a notification to trigger when the number in that column reaches a certain amount.
Hi Lisi,
To add to Paul's suggestion.
The helper column could be an auto number column if you're not using one for anything else.
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Andree,
I thought about the auto-number column, but then there's the hassle of having to reset it if you happen to delete any rows.
Yes, of course! If that's the case!
Then it would be better to use a formula that would count only the actual rows.
I typically will reference a column that will always have text in it (task name for instance) and then use a straightforward COUNTIFS.
=COUNTIFS([Task Name]$1:[Task Name]@row, ISTEXT(@cell))
.
Of course you could always just reference the entire column and tuck the formula elsewhere and then trigger the notification off of that cell, but I use row numbers as a visual reference.
My particular uses involve actually displaying specific row numbers in some metrics (I believe it piggy-backs off of a solution you provided for something else) to give people the ability to quickly jump to past due tasks.
You're thinking of my TOC solution.
The SSFeatures browser extension alerts you automatically when any sheet approaches its limits - rows, columns, cells, or cross-sheet references.
By default it triggers at 80%, but you can customize the threshold.
No helper columns or formulas needed.
You can read more about this feature, and watch a demo video here:
Hope this helps!
Disclosure: I'm the creator of SSFeatures.
Good morning all. I've been trying, unsuccessfully, to create a formula to pull (populate) all names listed in a column from another sheet. The closest I've been able to get is utilizing the formulas below but neither are what I need. Cell linking does not appear to be a good option due to the potential to add additional…
Hi all, I'm looking for a COUNT or COUNTIF formula to total drop-down menu selections within a given range of cells in a column range. The attached shows the DD menu with trusses selected. Our sheets are broken into calendar months, sometimes with over 100 entries for that month. Not every cell within that column has…
Please tell me WHY when I "test" run this automated notification it shows everything, and not just what my "triggers" are? Is it because it is a test and I can be certain it won't show up when the trigger occurs?