Wondering if there is a way to sort rows of a sheet on open.
Otherwise you have to set this up manually each time. If this is a smart sheet you would think it would be able to do this.
Hi Steve,
Unfortunately, it's not possible. Great idea!
Please submit an Enhancement Request when you have a moment.
A possible workaround could be to have a report that's sorted with the same criteria.
Would that work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
As a work around would you be able to create a report that shows all of the data in your source sheet? The report can be sorted and will always open with your pre-defined sort order. You can still edit data in the report (view). However, if you want to insert new rows & columns or forumlas you need to edit the sheet.
I agree with Mike and Andree. Reports will allow you to pull the data from the main sheet and display in a sorted format. Edits made to the report are immediately reflected on the main sheet. You can't, however, edit cells that contain formulas in a report.
Let us know if you that worked for you and if you got it working!
Not really going to work as the notification of an item that has arrived or needs updating etc is in the main register and is where it should be. I would have thought this would have been a simple tool that would have been built. To sort on open based on the sheets settings.
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…