J
Jimbo
First thank you in advance
My columns look like this
pod Data % Resulting score
1 23 2
1 79 3
1 89 4
2 34 2
2 77 3
2 99 5
3 3 1
3 43 3
My Formula in column 3...
IF(PERCENTRANK($B$2:$B$25,$B2)>=89%,5,IF(PERCENTRANK($B$2:$B$25,$B2)>=74%,4,IF(PERCENTRANK($B$2:$B$25,$B2)>=49%,3,IF(PERCENTRANK($B$2:$B$25,$B2)>=24%,2,IF(PERCENTRANK($B$2:$B$25,$B2)>=-1%,1)))))
What I want is to only compare the Data if they are in the same pod.
How do I do this?
My columns look like this
pod Data % Resulting score
1 23 2
1 79 3
1 89 4
2 34 2
2 77 3
2 99 5
3 3 1
3 43 3
My Formula in column 3...
IF(PERCENTRANK($B$2:$B$25,$B2)>=89%,5,IF(PERCENTRANK($B$2:$B$25,$B2)>=74%,4,IF(PERCENTRANK($B$2:$B$25,$B2)>=49%,3,IF(PERCENTRANK($B$2:$B$25,$B2)>=24%,2,IF(PERCENTRANK($B$2:$B$25,$B2)>=-1%,1)))))
What I want is to only compare the Data if they are in the same pod.
How do I do this?