Points Ranking Formulas

M

Max

Easier to start all over, Jim <g>. Now that I see your detailed set-up,
here's the formulas you need to compute the points. I've implemented these
in your file and will send it back to you.

Placed in F7:
=IF(OR(E7="",E$4=""),"",INDEX(Sheet2!$B:$B,MATCH(E7,Sheet2!$A:$A,0))
+E$4*5*INDEX(Sheet2!$C:$C,MATCH(E7,Sheet2!$A:$A,0)))

Copied F7, then with CTRL key held down,
selected cells H7,J7,L7,N7,P7,R7,T7,V7,X7
Then right-click > paste special > formulas > OK

This pastes the same formula adjusted relatively where required into all the
required cells. Then just copy the formulae down the respective columns.
 
G

Guest

Thanks Max,

I think I'm starting to get it now. It takes awhile to understand how the
formulas work.

You did a great job on this!

Cabo Wabo Jim
 

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

assigning points to rankings 9
Ranking Spread Points 1
Lookup 2
Sum with limits 2
duplicate name help please 9
rank question 1
Formula suggestions 5
Points for Ranking Spread 2

Top