I want to have a condition where IF Delivered column checkbox is checked, then that whole row will be deleted. Is that feasible?
Can you please guide me how to start with it?
Hi, this would be really helpful - but not to delete the row, just to hide it please. Not sure it's possible, but...
There are a couple of ways this might be possible. If you set up a default filter on a sheet to always load rows where complete box is unchecked, then, if you checked off a task or two and reloaded the sheet those tasks would not be visible the next time it loads.
To do this:
See attached screenshot. (Right-click on the image and view in tab.
If you wanted to delete the row, you should look at Craig Williams' post on using Zapier. http://ronin-global.com/2016/12/11/smartsheet-fixed-date-upon-completion/ -- Though the post is about setting a specific date, you can use the same functionality to delete rows. It would require a paid plan for Zapier but it is possible with this tool.
Hi, I cannot see your screenshot. What was your recommendation?
This is great! Thank you so much. I have added a new filter called "Delivered"
Glad I could be of assistance. Hope its working well for you.
Hi all, and thanks in advance! I wanted to know if there was any way to create "padding" in Smartsheet. Basically I have account numbers, and a handful are still 2-digit, so they appear as TDL-17, TDL-67, etc. Most of the accounts are 3-digit numbers like TDL-180. I want something that will recognize whether it is 2 or 3…
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?