close

I am doing some screening and analysis on a stock database and I want to rank
each company according to certain criteria. There are approximately 5,000
companies in the database.

So for example, suppose I rank the companies first by their respective
Return on Equity. Let's say in that ranking Microsoft is number 50 of 5,000.
Next I would rank the companies by sales growth. Let's say in that ranking
Microsoft is 175 of 5,000.

What formula, commands or spreadsheet design would I use to have Excel match
all of the companies in the database with their respective scores and add the
two rankings together? For example, to find Microsoft in the two lists and
add the two rankings together for a total score of 225?

Thanks in advance for your help.
I would use two named ranges and the formula VLOOKUP.
For example, if the list for Return on Equityquot; is on range named quot;Returnquot;,
and the sales growth in a range named quot;Growthquot;, if you have quot;Microsoftquot; (or
the code that you use for Microsoft on the database) on cell A1 the formula
can be:
=VLOOKUP(A1,Returns,2,FALSE) VLOOKUP(A1,Growth,2,F ALSE)

Hope this helps,
Miguel.

quot;Howardquot; wrote:

gt; I am doing some screening and analysis on a stock database and I want to rank
gt; each company according to certain criteria. There are approximately 5,000
gt; companies in the database.
gt;
gt; So for example, suppose I rank the companies first by their respective
gt; Return on Equity. Let's say in that ranking Microsoft is number 50 of 5,000.
gt; Next I would rank the companies by sales growth. Let's say in that ranking
gt; Microsoft is 175 of 5,000.
gt;
gt; What formula, commands or spreadsheet design would I use to have Excel match
gt; all of the companies in the database with their respective scores and add the
gt; two rankings together? For example, to find Microsoft in the two lists and
gt; add the two rankings together for a total score of 225?
gt;
gt; Thanks in advance for your help.
gt;
gt;
gt;
gt;
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()