I am trying to do an if statement based on another if statement:
So if someone is In a team I want the formula to do another If statement based on this. Below is my current formula:
=IF(C2<54%,"1",IF(C2>=80%,"2","3"))
But I need to repeat this if statement 3 times as I have 3 teams with...