So I currently have this formula:
=IF(AC61="","",IF(AC61<9.5,"",IF(AC61="No Review",IF(AB61="No Review",IF(AA61="No Review","","No Review"),"No Review"),"No Review")))
This looks at the last 4 weeks of data and if it finds a value over 9.5, "No Review" is populated in the cell. If it's below...