DATA CALCULATION

G

Guest

I have a spreadsheet with a list of names in column A along the top in rows
B to M I have a discipline with points awarded shown in Row 2 I need to
illustrate who has worked in the disciplines and the points awarded. However
I currnetly calculate them individually and this is becoming very time
consuming. How do I do this ? Please see sample!

Name Date Group 1 Group 2 Group 3 Group 4 TOTAL
Points Awarded 45 38 36 34
T H 05.04.07 1 1 1 117

Any help would be appreciated !

Regards
Thom
 
P

pmor1945

Hi,

Assuming Points Awarded are in Row B and First Row of Data is Row C.

And Data is in Cols C, D, E, F and total in G.

The way Excel works you can just multiply each of the four entries in
the current row with the relevant entry in the first row. If the
current row entry is blank then the sum for that cell will be zero.

The formula will look like this:

=C3*$C$2+D3*$D$2+E3*$E$2+F3*$F$2

This can be copied down to subsequent rows.

Good Luck!

Peter Moran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Data Input 1
Else 0? 1
Ranking/Points 1
Sum with limits 2
WCG Stats Tuesday 27 August 2019 1
Can this be done using an array formula ? 4
WCG Stats Sunday 15 September 2019 2
WCG Stats Monday 23 September 2019 1

Top