Add all scores that relate to an applicant number then rank

Swissmiss

New Member
Joined
Sep 27, 2013
Messages
23
I am creating a form to rank grant applications. I need to total all the points from various judges for each applicant, then rank them.

This is an example of the data from sheet one:

09.27.2016-13.47.30 - GRogne1's library

And this is sheet two:

09.27.2016-13.46.43 - GRogne1's library

What formula do I use to sum all the points associated with a particular applicant number? For example, I need the totals for all the rows that have applicant number 1, then applicant number 2, then I want to rank them.

Appreciate any advice- TIA!
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
for the total look at the SUMIF formula
for the rank look at the RANK fomula

=sumifs(Results!Q2:Q500, Results!C2:C500,"1")

Okay, hoping you can help me fix what I have above. What do I put in the field where I have the "1" to find any matching number and sum it? Like so it does it automatically for all the 2's, 3's etc?


 
Upvote 0
Use sumif not sumifs

=sumif(Results!$C$2:$C$500,A2 Results!$Q$2:$Q$500)

then fill down.

revised: column c first then coumn Q
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,942
Messages
6,122,367
Members
449,080
Latest member
Armadillos

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