I tried to find the answer but didn't have any luck, so I'm hoping that someone can help me, with either advice or a helpful link.
I've created a materials shipping and receiving form. In the first line, when i created the template, one of the columns is a "health" indicator, called "Symbol" using an RYGB stoplight dropdown. The next column, "Status" translates those with the following formula:
=IF(Symbol1 = "Green", "Received", IF(Symbol1 = "Yellow", "Delayed", IF(Symbol1 = "Red", "Canceled", IF(Symbol1 = "Blue", "In Transit"))))
Every new row that I added automatically carried the formula with it and updated the instance. So the next row uses Symbol2. The row after that, Symbol3, etc.
But now (of course) I need to make a change to the formula to
track returns. If I make a change to the original formula in Row 1, the changes do not trickle down to the other instances of the formula. Is there a way to apply my formula so that if I ever need to make a change, the change happens for all rows?
Thank you,
Chris
PS: I'm open to other suggestions to track progress, outside of the methods I'm already using, if it lends itself to edits easier as we evolve my system,