Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Howard
 
Posts: n/a
Default How Do I Combine Rankings for Multiple Categories?

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.





  #2   Report Post  
Posted to microsoft.public.excel.misc
Miguel Zapico
 
Posts: n/a
Default How Do I Combine Rankings for Multiple Categories?

I would use two named ranges and the formula VLOOKUP.
For example, if the list for Return on Equity" is on range named "Return",
and the sales growth in a range named "Growth", if you have "Microsoft" (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.

"Howard" wrote:

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.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Switching Subcategories into Categories and Vice Versa [email protected] Excel Worksheet Functions 7 April 17th 06 03:23 PM
How to combine text from multiple cells? sierra Excel Worksheet Functions 3 July 11th 05 01:55 PM
Multiple charts in ChartSpace; problems with double Categories hstaaks Charts and Charting in Excel 0 May 4th 05 02:46 PM
Multiple charts in ChartSpace; problems with double Categories hstaaks Charts and Charting in Excel 2 May 3rd 05 01:23 AM
Multiple charts in ChartSpace; problems with double Categories hstaaks Charts and Charting in Excel 0 April 29th 05 12:06 PM


All times are GMT +1. The time now is 07:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"