Sign in to join the conversation:
How can I move completed taks to other location in the same sheet ? I have three different lists on one sheet: completed, active, not completed (as outdent and indent positions). How can I move completed tasks to required list ?
Manually, you can drag rows up and down to put them in certain locations. If you're looking to automate it... I would consider creating a report which will allow you to sort based on a field. This will automatically display your fields by whichever column you want. If you want certain ones appearing at the top you could number your status' like 1. Completed, 2. Active, 3. Not completed... or vice versa.
https://help.smartsheet.com/articles/522214-creating-reports
Mike, many thanks. Could you also advise how make tasks crossed when completed ?
You could do this conditional formatting by setting the format to cross out the row when the task is marked as complete.
Choose Conditional Formatting > Set Condition > Status > Dropdown Setting > Ok... Then Choose the formatting for the entire row that you would like. See screenshot.
Hello, I'm working through the writing formulas optional activity and in the 'Nested IF function - Progress Column' task it directs you to put in the following formula '=IF([% Complete]@row = 0, “Empty”)'. However, when I put this formula into the spreadsheet, '04a_Marketing Request Tracker - Formulas', I get an…
Currently Triggering recurring workflows are only supported at the top of each hour. For instance 10:00, or 11:00, etc. Would like the ability to set 10:30 or 10:45. Perhaps the inteface can stay hourly so it doesnt get huge, but have the ability to manually edit the time directly to any custom time.
I have an automation that has a condition where I am looking at the column "LEA Interco Supporting Site(s)" and trying to find columns that have the value "Fort Loramie" in them. This works well when "Fort Loramie" is the first item listed in the cell, but it doesn't work when "Fort Loramie" is the second or third value in…