Hi, I am creating a formula for more than one row in the same column.
The current formula I am using is:
=IF([On Track/ Behind]21 = "On Track", "On Track", "Behind")
The above formula only works for row 21.
I still need to include On/Behind row numbers' 33,45,57,69,81,93,105
When using =IF([On Track/ Behind]21:[On Track/ Behind]105 = "On Track", "On Track", "Behind")
I get the error of "Invailid Operation.
Any assistance would be great!