1
Hello,
I’m creating a spreadsheet and I have a problem. Imagine there’s a tournament going on. To control this tournament I have several tabs, January, February, March, etc.. Within each tab I have the names of the tournament participants, and how many points they made throughout that month. Not all players participate in the tournament every month.
In the January spreadsheet I have: Anderson - 10 Andrew - 14 Bruno - 15
In the February spreadsheet I have: Anderson - 12 Bruno - 9 Carlos - 15
In the March spreadsheet I have: Anderson - 8 Carlos - 10 Daniel - 12
What I would like to do is, at the end of all tabs referring to every month, create a "Total" tab and gather the names of all participants. In this case: Anderson, André, Bruno, Carlos and Daniel
Adding up all their respective points. In this case: Anderson - 30 Carlos - 25 Bruno - 24 Andrew - 14 Daniel - 12
From what I read about, I need a matrix formula that does this, to sweep the spreadsheet of the months, searching the names and adding up their points. but I couldn’t find anything close to my needs and I couldn’t do it on my own.
Someone could give me a light?
Luiz, an excellent answer. I only have one question, I gave an example with 3 participants per month, but in fact I have about 100 to 150 participants per month, where some participate every month, others participate month or other, and others participate only once and do not return. Is there a way to automatically remove all names from the month of January, join with all names from February, join with all names from March and so he automatically create the list of names in the full tab? With this list of names I would apply the PROCV you suggested to me.
– Andy Schmitt
So in my head I don’t know (I need to think a little), but it should be possible to create a single list of names from the junction of several sheets using only formulas (since it seems to me your intention to avoid VBA...). But I suggest you open a specific question for this.
– Luiz Vieira
OK, Thank you Luiz.
– Andy Schmitt