Forum Discussion
Cell Format within ABCD
- Jun 06, 2018
If I understood right, you want to rank A B C D looking at X value; if there's a tie between any X, you check Y, then Z.
How many groups (A B C...) are you going to have in general? 4? Or they can be 10, 200, 5000?
I created something you should check.
Try change values in green cells, and check the red ones (do not overwrite red cells!). Is that the right way to check the rankings?
At the end, you should hide columns F to J (so you won't see the calcs).
What I did:
First, I ranked X, Y and Z in 3 different columns (F G H).
Second, I "merged" the 3 rankings adding rank(X) + rank(Y)/10 + rank(Z)/100; in this way I have a number like 1,14 for the Team A. 1,14 means that X value is ranked 1°, Y is 1° and Z is 4°.
If you'll have 10 to 99 groups (letters, in your example), you have to switch that formula to: rank(X) + rank(Y)/100 + rank(Z)/10000 obtaining 1,0104.
Changing that dividers allows the bottom ranking of 99,9999 (X 99°, Y 99°, Z 99°).
In general, you should count the last position available and adjust the number of 0 in that formula.
I called the I column "tot. rank" meaning the sum of these rankings (now you have to forget the points, we're talking about rankings and orders).
Now, because 1 is the best ranking, you have to sort these "tot. rank" in a new column "Rank of Totals", but you have to sort them starting from the smallest so the new formula is rank(value;all cells;1): the last "1" means that you want to have first the smallest value (1° is 1 and it's better and smaller than 5° that is 5).
The formula in column W to BH is set to the table with $.
Ok I understand.
Take my file (which I send) and copy 1 table at a time. Once you copy the first table (and you have the second one), you need to change the reference in the column (W-BH); click on the formula and move the colored squares to the correspondent cells in the new table (which will have all the data but not refer to the cells).
Yes I did as you explained.
It's quite difficult or hard to do, but it's ok.
Yes I admit it is very difficult but I also admit you are great in this matter. It would be nice if I had the expertise like you, of course, I've done a lot of things, because I'm really interested in this Microsoft Excel because I know with this app can do a lot of things.
Alternatively, you need to duplicate the sheets and have Group 1, Group 2 ... with all the formulas I made before (download the file again to avoid any other errors).
Yes I have made many copies and the files you give me make it as a reference only.
So, all 1vs1 tables should be separated between sheets.
Yes I did as you said.
EDIT: instead of deleting columns and rows if you need 4 groups of groups instead of 8, just hid them. You will be able to re-use the same file (after changing data) in the upcoming tournament although there are more players.
Yes, I'm sorry for the mistake I did because I did not have much knowledge, but I'm very interested in this application, luckily you want to help me. I appreciate everything.
I have attached 1 file that you gave me days to review, which information in this file I made changes only on the table, but POSITION is not as I was thinking, is this application unable to read transparently of this change? or is there an additional format that you need to do to get real results? I'm not going to trouble you to change or add anything but I just want to know how you created the format to get these results because I'm very interested in this kind of learning.
You're among the best I've never seen for this. Seriously. ;)
Thanks in Advance
Regards,
Uncle Rich...
The 8th position is caused by the Z value.
In this chart, the highest Z is the worse result, right? Well, a Team that doesn't play at all (E F G H in the example) has 0x 0y 0z.
The Team A you stated has 0x 0y 6z.
So, the Team that played the game WAS worse than the teams that does not exist in the group, because of the availability to count up to 8 Teams in the Same Group.
I changed a couple of columns adding to ignore rankings IF the Team letter (A B C D) is not specified; so now the Team A ranking is worse than B C D but not worse than the unexisting E F G H that caused it to be 8th.