Sign in to join the conversation:
I have a % Complete column and a Status column adjacent to each other. I would like to automatically set the % Complete to 100% if I change the Status column (drop-down) to complete. Is this possible?
=IF(Status26 = "7 - Closed", 1, IF(Status26 = "2 - In Progress (Active)", 0.5))
the catch is that you can't put both a manual value or a calculated value (as above)... Maybe if you use a "hidden" column to store the formula somehow... Perhaps this puts you on the right track regardless... good luck!
The system just keeps saying "there was a problem."
Is there a way to copy a row into multi sheets without doing it manually? Be able to choose sheets and copy a row of data into new sheets. We have construction schedules build and want to add new tasks to sheets
I have an active automated notification in a sheet of project tasks that lets the "assigned to" know when anything has changed in their row. However, they don't need to know about changes they made themselves so I am trying to eliminate those. I set up a column called "MATCH" and added a formula to check for a match…