Hi,
I'm organizing a tournament and i need to convert data from one sheet to another.
original sheet:
tournament goes for 8 rounds - so number in column round changes.
I need a function, that would pick the scores and put them in this table in another sheet in the corresponding round for each player (as shown)
table is bigger with all the names of course.
Is there an easy sollution for this? I tried combination of IF and VLOOKUP, but it doesn't work.
Thanks for any ideas
I'm organizing a tournament and i need to convert data from one sheet to another.
original sheet:
round | table | p1 ID | p1 name | p1 score | p2 ID | p2 name | p2 score | p3 ID | p3 name | p3 score | p4 ID | p4 name | p4 score |
1 | 1 | 1 | Trinkl Matthias | 15000,0 | 2 | Diviš Martin | 5000,0 | 3 | Diviš Carrie | -5000,0 | 4 | Beck Daniel | -15000,0 |
1 | 2 | 5 | Hoskovec David | 12000,0 | 6 | Bílek Lukáš | 6000,0 | 7 | Konderlová Jana | -12000,0 | 8 | Berkman Tadeáš | -6000,0 |
1 | 3 | 9 | Trmal Vojtěch | 9000,0 | 10 | Duraković Zijad | 4000,0 | 11 | Kruse Markus | -5000,0 | 12 | Frings Jonas | -8000,0 |
1 | 4 | 13 | Rappe Marco | 8000,0 | 14 | Schlich Manuel | 2000,0 | 15 | Völker Marcus | -8300,0 | 16 | Hahn Timur | -1700,0 |
1 | 5 | 17 | Kammer Stefanie | 7000,0 | 18 | Laube Waldemar | 1500,0 | 19 | Rus Joaquin Derrac | -7200,0 | 20 | Huynh Joe-Calberson | -1300,0 |
1 | 6 | 21 | Trepinska Karolina | 6000,0 | 22 | Debrun Luc | 7500,0 | 23 | Potmeer Pieter | -20100,0 | 24 | Arendarski Bartosz | 6600,0 |
1 | 7 | 25 | Zieliński Tomasz | 5000,0 | 26 | Chabelska Katarzyna | -5800,0 | 27 | Wojtasik Pawel | 12500,0 | 28 | Khezam Rene | -11700,0 |
I need a function, that would pick the scores and put them in this table in another sheet in the corresponding round for each player (as shown)
Surname | Name | Number | Country | EMA | Total | Round 1 | Round 2 | Round 3 | Round 4 | Round 5 | Round 6 | Round 7 | Round 8 |
Trinkl | Matthias | 1 | AUT | 01000108 | 0 | 1500 | |||||||
Diviš | Martin | 2 | CZE | 22000003 | 0 | 5000 | |||||||
Diviš | Carrie | 3 | CZE | 22000013 | 0 | -5000 | |||||||
Beck | Daniel | 4 | CZE | 22000022 | 0 | -15000 |
Is there an easy sollution for this? I tried combination of IF and VLOOKUP, but it doesn't work.
Thanks for any ideas