ranking data by a numeric value

M

mitchosu

I want to rank stocks buy a score I have assigned them. I would like t
have a cumulative summery page that that ranks the highest to lowes
scores. Some of the stocks will be scored once and some many times i
different data sets.
score Ticker
100 BKW
99 IX
98 VG
97 OMX
96 SMFG
95 ATLC
94 ESI
93 MIL
92 ALU
91 PKX
90 AIG

I cant up load a spreadsheet for some reason but one data set looks lik
thi
 
R

Ron Rosenfeld

I want to rank stocks buy a score I have assigned them. I would like to
have a cumulative summery page that that ranks the highest to lowest
scores. Some of the stocks will be scored once and some many times in
different data sets.
score Ticker
100 BKW
99 IX
98 VG
97 OMX
96 SMFG
95 ATLC
94 ESI
93 MIL
92 ALU
91 PKX
90 AIG

I cant up load a spreadsheet for some reason but one data set looks like
this

What is the difference between what you represent, and just sorting the results by Score (descending)?
If you need to Rank the scores with numbers from 1-10 (as opposed to just looking at the row number or relative position in the table, you could just use the RANK function with ref = the Score column
 
S

Spencer101

mitchosu;1607926 said:
I want to rank stocks buy a score I have assigned them. I would like t
have a cumulative summery page that that ranks the highest to lowes
scores. Some of the stocks will be scored once and some many times i
different data sets.
score Ticker
100 BKW
99 IX
98 VG
97 OMX
96 SMFG
95 ATLC
94 ESI
93 MIL
92 ALU
91 PKX
90 AIG

I cant up load a spreadsheet for some reason but one data set looks lik
this

Hi,

Feel free to email the file to me on pubnut @ gmail . com (with n
spaces) and I'll take a look at it for you.

Spencer
 

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


Top