C
calebfda
I am trying to work out a way to rank within categories. Column E has
different categories. Column i has the data. Column am working on i
want to give the ranking where each data point falls within its own
category. i have tried to hash something out but am stuck...here is my
feeble attempt
=IF($E5="SE",IF($E$5:$E$40="SE",IF(I5>0,RANK(I5,$I$5:$I$40,0),"N/
A"), ......
..... signfies a string of IFs. the Next one being IF($E5="C"....
I have also tried an array.....that doesnt seem to work
=IF(OR(E6={"C","SE","NE","P","SW"}),IF($E$5:$E$40= E6,RANK(I6,$I$5:$I
$40,0),"N/A"), "not one of those")
different categories. Column i has the data. Column am working on i
want to give the ranking where each data point falls within its own
category. i have tried to hash something out but am stuck...here is my
feeble attempt
=IF($E5="SE",IF($E$5:$E$40="SE",IF(I5>0,RANK(I5,$I$5:$I$40,0),"N/
A"), ......
..... signfies a string of IFs. the Next one being IF($E5="C"....
I have also tried an array.....that doesnt seem to work
=IF(OR(E6={"C","SE","NE","P","SW"}),IF($E$5:$E$40= E6,RANK(I6,$I$5:$I
$40,0),"N/A"), "not one of those")