Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
chris
 
Posts: n/a
Default Ranking/Sorting more than 3 row's

I have a spreadsheet with 742 rows (of company names).
I have 5 columns of criteria for the companies.
Each column is a different criteria about each company, and has a numerical
rank for each company. 1-~75 (some columns/criteria have no rank for a
company)

I want to create an overall rank of the companies based on how they perform
across the 5 rows. I want the companies with the most 1's at the top and then
those with 1 & 2's and then those with 2 & 2's etc.

Is there a way to sort or rank this spreadsheet of companies?
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

I would do a sum of the inverses of each of the numerical
rankings for a company. If a company is missing a ranking
in a column, that ranking = 0. For example, with company
names in col. A, and the 5 numerical rankings in columns
B through F, put this in G1 and press ctrl/shift/enter:

=SUM((IF(B1:F1<"",1,0))/(IF(B1:F1<"",B1:F1,1)))

Now copy the formula down to row 742. The higher the
number in col. G, the better the overall company ranking.
A perfect score is 5 (ie the company received a 1 in each
of the 5 categories).

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a spreadsheet with 742 rows (of company names).
I have 5 columns of criteria for the companies.
Each column is a different criteria about each company,

and has a numerical
rank for each company. 1-~75 (some columns/criteria have

no rank for a
company)

I want to create an overall rank of the companies based

on how they perform
across the 5 rows. I want the companies with the most

1's at the top and then
those with 1 & 2's and then those with 2 & 2's etc.

Is there a way to sort or rank this spreadsheet of

companies?
.

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
Insert rows based on specific value bob Excel Worksheet Functions 6 February 29th 08 07:11 PM
HELP! How do you--> Lock a set of rows but also link worksheets to FRUSTRATED Excel Discussion (Misc queries) 6 December 29th 04 10:05 PM
Adding Rows to Master Sheet Excel Newbie New Users to Excel 1 December 23rd 04 10:56 PM
Unhide rows [email protected] Excel Discussion (Misc queries) 3 December 14th 04 05:28 PM
Copying Rows when hiding other rows Neutron1871 Excel Worksheet Functions 2 November 3rd 04 11:38 PM


All times are GMT +1. The time now is 09:26 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"