Sign in to join the conversation:
Hi,
I would like to change a symbol cell based on the status of a predecessor completion status i.e.
"If a predecessor completion status is 100% then the status of this raw should change".
Hi Shanon,
You can do this by creating an IF formula in the symbol column. To get a better sense of how this works, I recommend taking a look at this blog post:
https://www.smartsheet.com/blog/support-tip-automate-RYG-balls
There are also a few posts here in Community with specific examples that you can draw on.
https://community.smartsheet.com/discussion/automate-ryg-project-tasks
https://community.smartsheet.com/discussion/if-and-formula-rgy
Happy formula building!
-Gwyneth
Sorry to be the bearer of bad news, but despite the tutorials/threads linked to above, the answer is no.
There is no way to reference the values in the Predecessors column in any meaningful way.
An IF statement in the Symbol column will only be useful if your tasks are Children of the Predecessor. There is also the added complexity of SS, FS and FF relationships to be considered.
Building nested IF statements with additional identifier columns et. will make a complex web of formulas that will almost certainly fall over in practice.
Kind regards,
Chris McKay
Apologies, I didn't look carefully enough at your request Shanon—it's more complex that my solution solves for. Thanks for chiming in Chris.
Regards,
Gwyneth
I'm trying to put the correct data (person) in the correct column for an Employee and their Management hierarchy, using the following formula: =IF(VLOOKUP(Worker@row, {Active Workers Report - Mgmt Lvl}, 5, false) = "Team Lead", {Manager}, "") Can someone help me correct the formula, so the Name of the Team…
Hi, I have a formula in column C such that: =IF(ISBLANK(column A), column B, column A) column B is also a formula, and the result is sometimes N/A. In the column B formula this result is written as "N/A", so it comes in as text with no leading or trailing spaces. Also, column A, B, and C are all multi-contact columns. When…
Hi Community! Hoping you can assist. Can you tell me what is wrong with this formula for counting how many publications that fall within one month? =COUNTIFS( [Publication Date]:[Publication Date], >=EOMONTH(TODAY(), -1) + 1, [Publication Date]:[Publication Date], <=EOMONTH(TODAY(), 0) ) The date in the Publication Date…