Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bohica
 
Posts: n/a
Default Scoring/Ranking 2 Columns of Stock Symbols

There is probably a very simple solution to this problem, but I can't figure
out how to address it.

I'm ranking a list of stock symbols, best to worst, by 2 different criteria
through a separate program. The list consists of about 7000 symbols.

I want to dump the list (based on external software rankings) into 2 Excel
columns, based on the rank from each of the 2 criteria (this ranking will be
performed by external software). Then, I wish to instruct Excel to rank the
symbols based on the combined scores of the two column, from best to worst,
in a third column (or however many columns it takes to accomplish this).

Additionally, I'm hoping that Excel can be instructed to list the stocks
from best to worst, based on the combined scores.

Can somebody help me with this? I'm sure this is basic and I'm happy to pay
for any assistance.




  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Scoring/Ranking 2 Columns of Stock Symbols

Your data will occupy columns A, B and C (assume it starts on row 1).
In D1 you can add this formula:

= B1 + C1

to add the ranks together. To copy this formula down 7000 rows in one
simple operation, click on the cell then double-click the fill-handle
(the small black square in the bottom right corner of the cursor). You
might want to fix these values - click <copy as the range will still
be highlighted, then Edit | Paste Special | Values (check) OK and
<Esc.

You can then highlight all the data in columns A to D and Data | Sort,
choosing to sort on column D in ascending order.

Hope this helps - no need to pay!

Pete

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
davesexcel
 
Posts: n/a
Default Scoring/Ranking 2 Columns of Stock Symbols


http://xldynamic.com/source/xld.RANK.html

go here


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=517494

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default Scoring/Ranking 2 Columns of Stock Symbols

Dave,

the OP stressed that the ranking would be done externally.

Pete

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Manfred
 
Posts: n/a
Default Scoring/Ranking 2 Columns of Stock Symbols

Thank you very much for taking the time to respond, but this solution does
not seem to work. Shouldn't I only need 2 columns? Also, the formula
yields "#VALUE?" when I paste the stock symbols into the spreadsheet.

Perhaps I should have been clearer that each of the two Excel columns will
consist of STOCK SYMBOLS (not number rankings).

So, for example, the first column will be pasted into Excel from an external
ranking program as:

LECT
MFBC
CTIG
FBEI
MHJ
WRLT
.....etc.for 6994 more rows

And then the second column, using a different formula (but consisiting of
ALL the SAME symbols) will be pasted, for example, as follows:

PLFE
WTU
BLKB
EPIC
AFBA
MTG
....etc. (all the same as above, ultimately, as above but in a different
order) for another 6994 rows.

I'd like to take these two columns, as rank them from highest to lowest
based upon each symbol's positions in BOTH columns. So, if a symbol ranks
232 in column 1, and 153 in column 2, the combined rank is 385.





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Scoring/Ranking 2 Columns of Stock Symbols

Hi!

If you want as the last step to sort on the rank then you'll need a third
column of the symbols (in any order).

Assume the symbols are in one order in column A, A1:A7000, and are in
another order in column B, B1:B7000.

Copy one of the columns of symbols (either one, doesn't matter) to another
column, say, column F, F1:F7000.

Enter this formula in G1:

=MATCH(F1,A$1:A$7000,0)+MATCH(F1,B$1:B$7000,0)

Copy down to G7000. For quick copying just double click the fill handle.

Now, sort on column G.

You're probably going to end up with lots of ties!

For example:

249+1
1+249
125+125
10+240
150+100

Biff

"Manfred" wrote in message
...
Thank you very much for taking the time to respond, but this solution does
not seem to work. Shouldn't I only need 2 columns? Also, the formula
yields "#VALUE?" when I paste the stock symbols into the spreadsheet.

Perhaps I should have been clearer that each of the two Excel columns will
consist of STOCK SYMBOLS (not number rankings).

So, for example, the first column will be pasted into Excel from an
external ranking program as:

LECT
MFBC
CTIG
FBEI
MHJ
WRLT
....etc.for 6994 more rows

And then the second column, using a different formula (but consisiting of
ALL the SAME symbols) will be pasted, for example, as follows:

PLFE
WTU
BLKB
EPIC
AFBA
MTG
...etc. (all the same as above, ultimately, as above but in a different
order) for another 6994 rows.

I'd like to take these two columns, as rank them from highest to lowest
based upon each symbol's positions in BOTH columns. So, if a symbol ranks
232 in column 1, and 153 in column 2, the combined rank is 385.





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
How do I make excel hide columns when it says cannot move objects Dale Excel Discussion (Misc queries) 0 November 10th 05 02:44 PM
How do I sort the data in 8 columns by two of the columns? Sorting Excel Worksheet Functions 1 October 25th 05 03:57 PM
How to swap rows and columns? [email protected] Excel Discussion (Misc queries) 5 September 21st 05 08:07 AM
Hiding columns and custom views problem Bettergains Excel Discussion (Misc queries) 2 April 12th 05 11:48 PM
Removing Near-Duplicate Rows, Leaving Those w/Most Data in Specific Columns foofoo Excel Discussion (Misc queries) 1 April 2nd 05 12:02 AM


All times are GMT +1. The time now is 05:16 PM.

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

About Us

"It's about Microsoft Excel"