Soccer tournament summing goals

TWTHOMAS

Board Regular
Joined
Mar 26, 2010
Messages
96
Hopefully this makes sense.

I have built a sheet with a round robin soccer tournament schedule. In column B is the name of each team followed by column C with goals scored column D is the second team name followed by column E which is goals scored by the second team.

There are 10 teams in total so there are five entries for each round of the tournament.

On the sheet I have separated each round by one space and each round has a heading of team name, goals for, team name, goals for. This results in the team names being separated by blank rows and by rows with those headers in them.

I'm trying to figure out if there is a way to make a second sheet with a table that will look up each team's name and then some the entire total of goals for the entire tournament regardless of where the team name exists. For example the Wildcats team name might exist three times and column A and six times in column C. I need the totals from columns B&D based on where their name exists.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
You can use sumifs like
Excel Formula:
=SUMIFS(B:D,A:C,"wildcat")
 
Upvote 1

Forum statistics

Threads
1,215,242
Messages
6,123,827
Members
449,127
Latest member
Cyko

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top