Re: EA Sports UFC 5 Universe Mode
On the workbook that I uploaded, Jon Jones and Tom Aspinall are listed as Champions (C) in the Heavyweight division. The C has to be assigned manually, even on the auto ranking system. Did you happen to remove the C ranking from Jones? If so, there is most likely no formula calculating Jones ranking after the C was removed. You will need to drag the formula to Jones rank cell on the data sheet from a fighter that does have a rank formula in their rank cell. You can do this by dragging the bottom right corner from the cell above or below him in column H. Also, you can copy this formula below and paste it into Jones rank cell assuming he is still located on row 116 in the data sheet and you haven’t moved any columns around;
=IF(AND(O116="Active", COUNTIFS($D$2:$D$1057, D116, $J$2:$J$1057, ">" & J116)+1 > 15), "NR", IF(O116="Active", COUNTIFS($D$2:$D$1057, D116, $J$2:$J$1057, ">" & J116)+1, "NR"))
There is some numerical rankings that are skipped because the manual champion ranking is also taken into account here. For example, in Middleweight Du Plessis is rank 1, Chimaev is 2, 3 is skipped, and Andesanya is 4. Strickland has the manual C rank assigned, but his "Rank Sum" would have him ranked as 3. If you dragged a rank formula into his rank cell, his rank would change to 3. I couldn’t get the formula to work out quite right with trying to exclude champions from the rankings, so most of the weight classes will probably have one numerical rank that is skipped.
On the workbook that I uploaded, Jon Jones and Tom Aspinall are listed as Champions (C) in the Heavyweight division. The C has to be assigned manually, even on the auto ranking system. Did you happen to remove the C ranking from Jones? If so, there is most likely no formula calculating Jones ranking after the C was removed. You will need to drag the formula to Jones rank cell on the data sheet from a fighter that does have a rank formula in their rank cell. You can do this by dragging the bottom right corner from the cell above or below him in column H. Also, you can copy this formula below and paste it into Jones rank cell assuming he is still located on row 116 in the data sheet and you haven’t moved any columns around;
=IF(AND(O116="Active", COUNTIFS($D$2:$D$1057, D116, $J$2:$J$1057, ">" & J116)+1 > 15), "NR", IF(O116="Active", COUNTIFS($D$2:$D$1057, D116, $J$2:$J$1057, ">" & J116)+1, "NR"))
There is some numerical rankings that are skipped because the manual champion ranking is also taken into account here. For example, in Middleweight Du Plessis is rank 1, Chimaev is 2, 3 is skipped, and Andesanya is 4. Strickland has the manual C rank assigned, but his "Rank Sum" would have him ranked as 3. If you dragged a rank formula into his rank cell, his rank would change to 3. I couldn’t get the formula to work out quite right with trying to exclude champions from the rankings, so most of the weight classes will probably have one numerical rank that is skipped.
Comment