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 different %'s
So almost =IF(B2="Team1" then do the above, if it is team 2 do IF(C2<59%,"1",IF(C2>=90%,"2","3")) and so on
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 different %'s
So almost =IF(B2="Team1" then do the above, if it is team 2 do IF(C2<59%,"1",IF(C2>=90%,"2","3")) and so on