-
I have business plan & i m the owner of the sheet still i don't have User permission tab
-
Attachments
Hello, Is there a way when attachment to the row is opened that this pop-up window to the side DOES NOT open?
-
Create "SAVE FORMULAS AS TEXT" Option in Backups, Exports, Snapshots, etc.
My tiny brain says that this feature request would be fairly simple to create, and I know it would make many of us very happy. FEATURE REQUESTED: Create an option to "Save Formulas as Text" when doing a "Backup", "Export", or "Snapshot". If checked, the system would place a special character in front of all cells in the…
-
2025 Pricing for guests who are editors?
Hi all, relatively new to Smartsheet for our business paying for 3 licensed admin. We're on the "Business" plan. We have 20 contractors who are guests and editors on one Smartsheet, updating a few cells like date they completed their work and status. We were told there is liklihood that soon those 20 guests will soon have…
-
Making Overdue Tasks in project schedule
Hello all, I am trying to label a task as overdue when the planned end date is in the past and if the task is not marked in progress, Not Started or complete. This is my formula but its not running properly. Any advice would be appreciated. =IF([Status]@row =, "Complete", IF([Status]@row =, "Not Started" , IF([Status]@row…
-
Smartsheet form won't submit, get red message that there was an error submitting form.
Have tried submitting through incognito window, refreshed page and submitted, restarted computer than tried submitting, tried submitting through a different network all to no avail. Would appreciate any suggestions.
-
Referencing a cell from a row based on a formula? MAX/COLLECT or something else?
I'm using this formula in my TASK sheet to find the most recently submitted invoice for each TA from my INVOICES sheet: =MAX(COLLECT({Invoices Range 3}, {Invoices Range 1}, TA@row)) I want to add a formula to show the DATE PAID field from that same row of the most recent invoice. I cannot simply use the same formula to…
-
Error: There was an error submitting the form.
I am getting an error when I submit the form. The error says " There was an error submitting the form. Please try again. If the problem continues, contact the owner of this form". I have checked the automation and all the fields with logic. They all looks fine to me and earlier everything was working. Today, when tested…
-
Backup SmartSheet Sheets using PowerAutomate?
How do you backup sheets on a recurring basis using PowerAutomate?
-
Auto Sort sheet using API - Python
I have a code that should work to auto-sort my sheet, but I keep getting the message below. Others have used this script with no problem. Any advice would be greatly appreciated. Error sorting sheet. Status code: 405 "errorCode" : 1122, "message" : "Requested URL does not support this method: PUT", Here is the script I…