I have 6 centers. Each center has its own row and a status of On Track, Off Track, or High Risk. If all centers are On Track, the organization is On Track If one center is Off Track or High Risk, the whole organization is Off Track or High Risk. I need a way to change the status in a separate column if any of the six centers (all on different rows) change their status. My best guess was to start the formula this way (trying to make it apply to just two of the centers to start, but I'm ultimately lost. Any help would be greatly appreciated!
IF(OR([Center Crucial Time Status]1 = "Off Track,"([Center Crucial Time Status]2="OffTrack,"), "Off Track"))