Help Please. How to keep a running total from multible events.

Douglas Edward

New Member
Joined
Jul 24, 2018
Messages
22
Office Version
  1. 2019
Platform
  1. Windows
I want to keep a running total of Points, Events, and Cashes from 40 events.
The players will vary from each event.
And the list of players in the "Total Table" will grow.
Also the Player "Rank" will be resorted after every event.

I'm still a beginner, and learning as I go.

What am I missing in my formula? It won't add if a player is not in all Event Tables.

And what is a simpler way since I will be adding 40 events?

Thanks for your help!

ABCDEFGHIJKLMNO
1TotalsEvent 1Event 2
2Player RankPointsEventsCashesPlayer PointsEventsCashesPlayer PointsEventsCashes
3D116022A01A10011
4C115021B501B01
5A210021C10011C501
6B35020D8011D8011
7E4020E01E01
8F#N/A#N/A#N/AF601H01
9G#N/A#N/A#N/AG01I601
10H#N/A#N/A#N/A
11I#N/A#N/A#N/A
12

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
C3=VLOOKUP([@[Player ]],Event1[[Player ]:[Points]],2,FALSE)+VLOOKUP([@[Player ]],Event2[[Player ]:[Points]],2,FALSE)
D3=VLOOKUP([@[Player ]],Event1[[Player ]:[Events]],3,FALSE)+VLOOKUP([@[Player ]],Event2[[Player ]:[Events]],3,FALSE)
E3=VLOOKUP([@[Player ]],Event1[[Player ]:[Cashes]],4,FALSE)+VLOOKUP([@[Player ]],Event2[[Player ]:[Cashes]],4,FALSE)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Just confirming ..

- Totals and each 'Event' is a separate Excel Table, but
- all in the one sheet &
- all with headings in row 2 &
- spaced every 5 columns (after the Totals table which is an extra column wide)?
 
Upvote 0
Good question.
What is the best way to set it up?
Should I use tables?
Should I keep it all on one sheet, or use separate sheets for each event?
Should I keep the same number of columns in each table?

I'm open to any suggestions.
 
Upvote 0
What is the best way to set it up?
Should I use tables?
Should I keep it all on one sheet, or use separate sheets for each event?
Should I keep the same number of columns in each table?
Tables or not doesn't really matter for this suggestion, but I have set my sample up with tables.
Keep all the event tables the same size(ie same number of columns) with columns in the same order in each table & all side-by-side across a single sheet as shown below.
Then use formulas like these in the Totals table.

Excel Workbook
ABCDEFGHIJKLMNOPQ
1TotalsEvent 1Event 2Event 3
2PlayerRankPointsEventsCashesPlayerPointsEventsCashesPlayerPointsEventsCashesPlayer
3D116022A01A10011
4C215021B501B01
5A310021C10011C501
6B45020D8011D8011
7E5020E01E01
8F6010F601H01
9G010G01I601
10H010
11I6010
12
Totals
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

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