I have a column in a sheet [# Renewals], text/number that is initially set to 0 via an automated workflow when the new hire is added to the sheet. The new hire is issued a contract, which is approved or not approved.
When an approved contract is renewed (and it can renewed multiple times) via an approval workflow (every 365 days), I'd like have an automation that adds 1 to [# Renewals] so we know how many renewals have been approved over time.
When a contract is up for renewal, it sends approval request to manager, and changes [Renewal Approval (Status)] to "In Process", then it changes it to "Renew" or "Not Renew". This repeats each time the contract is renewed.
I have learned that you can't use formulas in the Chance Cell Value automation (unfortunately). I could use a helper column that takes [# Renewals] + 1 but not sure how to set up the formula to update this column since all of the approvals use the same column [Renewal Approval (Status)]. I was thinking something like whenever [Renewal Approval (Status)] changes to "Renew" somehow add 1 to [# Renewals]/
So, looking for ideas on how to keep a count of the number of renewals that were accepted. If "Not Renew" if ever selected, I want [# Renewals] to still show the number of renewals over time.