I have a sheet where we have a variety of values in a Status column. I am looking to have a separate column that would count how many times a row has gone through a particular status (" Revise") so we can see how many rounds of revisions a particular project goes through. We were going to call it "# of Revisions". The first time this status is selected, it should fill in a "1". When it moves to another status, the "1" should remain. If it moves back to "Implement Revisions" status, the column would change to "2". If a row has never gone through the "Revise" status, the column would be either blank or show a "0" value.
I am not sure whether this would be handled via an automation or a formula, or a combination of both.
Any suggestions?