Can anyone think of a way to rank these?

cxc4

New Member
Joined
Jul 11, 2012
Messages
3
TickerCompanyCurrent Price12 Month Risk/RewardCurr Price/ 52Wk HighCurr Price/ 52Wk Low% Ch Price Year-to-DateDiv YieldAnl EPS before NRICurrent Fiscal Yr Cons EstNext Fiscal Yr Cons EstP/E using 12 mo EPSP/E using 12 mo EstDiv 5yr Growth5 Yr Hist EPS GrNext 3-5 Yr Est EPS Gr ratePrice/ SalesPrice/ BookZacks RankAvg Broker RatingFiscal Month End
MCDMcdonalds Corp90.25 0.891.10-10.053.105.275.556.1516.8415.3818.0415.549.863.346.2731.8312
CMCSAComcast Corp A31.35 0.971.5932.222.071.581.902.2218.7715.1422.8421.0314.661.441.7731.3512
DISDisney Walt47.36 0.971.6326.291.272.543.013.4617.2214.1111.155.6312.602.042.1321.929
OMCOmnicom Grp47.61 0.921.326.802.523.333.684.1014.1712.2117.660.7511.550.933.2032.3112
TWXTime Warner Inc37.73 0.971.364.402.762.893.213.6412.5810.987.68-2.7111.271.241.2331.8112
HDHome Depot52.22 0.991.8324.222.222.472.903.3120.0116.934.430.9113.481.124.4331.741
TGTTarget Corp59.23 1.001.2715.642.034.324.294.8413.5213.0620.997.3911.060.562.5021.761
SYYSysco Corp29.21 0.931.15-0.413.701.982.022.1014.1114.446.364.016.330.553.5032.806
WMTWal-Mart Stores72.11 1.001.4920.672.204.494.905.3615.7114.1213.629.409.650.543.3222.181
GISGenl Mills38.65 0.941.11-4.363.412.562.672.9015.1614.3511.7410.027.721.503.6341.715
KOCoca Cola Co77.98 0.991.2211.452.623.844.074.4620.1018.258.118.507.793.735.3231.6912
PEPPepsico Inc69.87 0.991.165.303.084.404.054.4316.0216.447.516.474.191.634.8141.6712
AVPAvon Prods Inc15.81 0.551.05-9.505.821.640.941.1711.6314.884.710.90-1.800.614.1352.8512
CLColgate Palmoli103.90 0.991.3012.462.395.035.375.8820.3318.4212.9511.068.202.9319.9632.4812
CLXClorox Co72.33 0.971.138.673.324.164.274.5517.3916.929.995.106.861.74#N/A33.076
PGProcter & Gambl61.73 0.911.05-7.473.643.933.914.2615.7915.7610.174.677.011.992.6342.226

<colgroup><col><col><col><col span="3"><col span="2"><col><col span="3"><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>








Hey guys. I'm new here so I am sorry if I break any forum rules.

My question is as follows: I have an add-in that automatically generates the above data for me. There are many more columns and rows in the actual spread sheet, but it contains some proprietary data. What I would like to do is create a ranking system for these companies using the data in the columns. I would like to give certain columns more weight than others and in the end have useful data(i.e. a flat 1-100 ranking, or maybe they each have a score out of 20). The problem is that in some columns a low number is good while in another a high number is good, or a low absolute value is the best.

I am relatively proficient in excel so even if you just point me to a good formula or outline a possible way I would appreciate it.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
rank() large() small()

You can set rank to look in ascending or descending order.

As for assigning a weight, it would just depend on your specific needs.
 
Upvote 0
rank() large() small()

You can set rank to look in ascending or descending order.

As for assigning a weight, it would just depend on your specific needs.


Okay, Thank you. How would you rank based on cell value's distance from 0?
 
Upvote 0
Create an absolute value column.

=abs()
Thanks.

Now I only have to wonder how I will be doing the math for the ranking. If I do it so that all your rankings are summed (then the lower the number the better the ranking) the only way to weight one column more than another is to multiply it by a factor of whatever you please. The problem is if you're ranked 2 in a column it won't affect your bottom line the way being in 20th will.

Any other ideas on how to do the math for the ranking.
Info:
n = # of companies
1.) I have all of the data columns ranked 1-n in a separate worksheet
2.) I want to generate an all encompassing ranking system so I can rate my portfolio's different holdings.
3.) I would like to be able to weight the ranking columns one more than another.




Another idea:
I think that maybe a score where your ranking is multiplied like so

Company NameP/S ratioP/S ratio
ranking
P/S ratio ranking value
added to overall score
company 11.7515
n-15 P/S ratio's predetermined
n x weight​
company 20.3081
n-81 P/S ratio's predetermined
n x weight​
company 3...2.3410
n-10 P/S ratio's predetermined
n x weight​
company n1.3231
n-31 P/S ratio's predetermined
n x weight​

<tbody>
</tbody>

Company NameDiv
Yield
Div Yeild
ranking
Div Yeild ranking value
added to overall score
company 14.3310
n-10 Div Yield predetermined
n x weight​
company 21.6957
n-57 Div Yield predetermined
n x weight​
company 3...2.2230
n-30 Div Yield predetermined
n x weight​
company n0.2071
n-71 Div Yield predetermined
n x weight​

<tbody>
</tbody>

Some imaginary numbers:
n = 90
P/S predetermined weight = 2
Div Yeild predetermined weight = 3

In as much the best ranking you can have is 5

Company 1
P/S:Div Yeild:Summed
(90-15)/90 = 0.833(90-10)/90 = 0.889 1.667
0.833 * 2 = 1.6670.889 * 3 = 2.667 + 2.667
4.333

<tbody>
</tbody>


Company 2
P/S:Div Yeild:Summed
(90-81)/90 = 0.100(90-57)/90 = 0.3670.367
0.100 * 2 = 0.200 0.367 * 3 = 1.100+ 1.100
1.467

<tbody>
</tbody>

Company 3 Summed
P/S: Div Yeild: 1.778
+ 2.000
3.778
P/S:Div Yeild:Summed
(90-10)/90 = 0.889(90-30)/90 = 0.667 0.667
0.889 * 2 = 1.778 0.667 * 3 = 2.0002.000
3.778

<tbody>
</tbody>

RANKINGS:
1.) Company 1 with a score of 4.333
2.) Company 3 with a score of 3.778
3.) Company 2 with a score of 1.467
 
Upvote 0

Forum statistics

Threads
1,215,089
Messages
6,123,058
Members
449,091
Latest member
ikke

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