Sign in to join the conversation:
In my sheet I would like the 'Status Level' column to autochange to 'Complete' when the checkbox for completed is checked off. Is there a formula to so this with?
While there potentially is a way to set this do what you are asking, the challenge will come with if you or someone else changes the dropdown status. It would be easier to have the checkbox for complete auto check when the dropdown says complete. If you populate a dropdown field with a formula, then manually choose a dropdown option, it will overwrite the formula and would stop working. I would stick with marking items as complete via the dropdown or come up with a method for checkboxing the other status' so that no one is manually setting any of the dropdown statuses. Does that make sense?
While this post does not speak directly to your request, the concept and solution are the same.
http://ronin-global.com/2016/12/11/smartsheet-fixed-date-upon-completion/
Craig
So using Zapier, a paid third-party application, you can complete your request.
I am trying to import (just blank rows, with 18 columns) from Excel into an existing sheet, so I don't have to recreate the 18 columns into my tracker. But I get a "Failed to Import" error. HELP!
I have three columns. One with a date 7/1/2027 in date format. One with a number representing the number of months I wish to subtract from the date column. Third column is a date column with the following equation: =DATE(YEAR([Column4]@row) - INT((MONTH([Column4]@row) - VALUE(Factor1)) / 12), MOD(MONTH([Column4]@row) -…
Formula was flowing correctly, but some change seems to have partially broken the pull but I can't figure out what/how. "Project" column dropdown is linked to a Master sheet. Budget Owner column contains the below formula which should look for the cell value in the Project/Cost Center/IO column within the P+CC+IO column of…