Folks
I have 3 columns
i)GOALSCORER
j)COMPETITION
k)GOALS SCORED
I have thousands of different goalscores but would like summarize the amount of goals scored per goalscorer per competition
this works with a sumifs function
SUMIFS(K5:K13,I5:I13,"ROONEY",J5:J13,"WC")
but given having thousands of goalscores, how can i dympacially sumamrize the unique goalscorers without having to hardcode the formula for each goalscore i.e. "ROONEY"
hope the truth is out there? :)
Here are few tips for your reference about how to create a pivot table...
Pivot Table-1 Example...
Pivot Table Example-2...
This will get you starting in right direction about what you want to do..
Saurabh...