Sorry, Community, but I still struggle with the syntax of this tool and could use some help.
I've attached a sample of my data set. The two tabs show the Original State of the data and the Desired State of the data. While I'm actually pulling this from SQL, the same logic will apply to this simplified spreadsheet.
In words, the logic would read something like, "If the Status = "Deleted", then the course_id should inherit the value of the last course_id row above that has a Status = "Active." If the Status is already "Active" the row should remain unchanged.
The sample file is color-coded to show some of the possible combinations. In each example, you'll notice that the course_name fields are identical strings.
Appreciate any help you might offer! Once I get this tool fully mastered, I hope to attack RegEx. We'll see how much my brain can handle.