Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to rank multiple columns by different contribution levels to rankin Excel?

Dear All

I want to rank 6 rows of data using 10 columns, but each column has different contribution levels to rank it. It means 1st column is more important than 2nd and 2nd one is also important than 3rd column etc to rank.
Here is link to download my data

https://www.dropbox.com/s/z7fkzhhs75...le_column.xlsx

Please help me to rank it,
Thank you

Vandandorj
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default How to rank multiple columns by different contribution levels to rank in Excel?

Hi,

Am Sat, 30 Nov 2013 03:03:42 -0800 (PST) schrieb Vandandorj Sumiya:

I want to rank 6 rows of data using 10 columns, but each column has different contribution levels to rank it. It means 1st column is more important than 2nd and 2nd one is also important than 3rd column etc to rank.
Here is link to download my data


I don't understand how 0...0.5 could be more important as 0.5...1.0 or
how 0.5....1.0 is as important as 1.0....1.5
Set the contribution levels to a fix value and not a range.
Then you can calculate a weighted value over the 10 columns with
=SUMPRODUCT($B$2:$K$2*B3:K3) and copy down. Then rank this values


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to rank multiple columns by different contribution levels torank in Excel?

On Saturday, November 30, 2013 7:03:42 PM UTC+8, Vandandorj Sumiya wrote:
Dear All



I want to rank 6 rows of data using 10 columns, but each column has different contribution levels to rank it. It means 1st column is more important than 2nd and 2nd one is also important than 3rd column etc to rank.

Here is link to download my data



https://www.dropbox.com/s/z7fkzhhs75...le_column.xlsx



Please help me to rank it,

Thank you



Vandandorj


Thank you for your respond. The 2nd row means just name of that column. 1st row was indicating which column is more important(contribution level). It is just like this (I thought contribution level = 12345678910 in my file). it means column 1 is more important than column that named 2.

Is this function figure out 1 has smallest contribution level and 10 has highest contribution level to rank in my case? Then I have changed B1=1,C1=2, ..... k1=10 conversely B1=10, C1=9, ... K1=1
and
I have used your function like this, because 1st row was contribution level and conversed 1st row
=SUMPRODUCT($B$1:$K$1*B3:K3)

Thank you again
Vandandorj

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,872
Default How to rank multiple columns by different contribution levels to rank in Excel?

Hi Vandandorj,

Am Sun, 1 Dec 2013 04:15:35 -0800 (PST) schrieb Vandandorj Sumiya:

Is this function figure out 1 has smallest contribution level and 10 has highest contribution level to rank in my case? Then I have changed B1=1,C1=2, ..... k1=10 conversely B1=10, C1=9, ... K1=1
and


you have to set the contribution level to the right relationship. In
your case now the values in column B seems to be 10 times more important
than the values in K


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to rank multiple columns by different contribution levels torank in Excel?

Dear Claus Busch

Thank you for your helpful respond. I have got a result what i want based on your answer.

Thank you again
Vandandorj


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
To Garry of GS Excel contribution fame [email protected] Excel Discussion (Misc queries) 4 March 10th 13 11:56 PM
Multiple levels of sumif? Peter Bellis Excel Worksheet Functions 3 August 21st 07 12:05 PM
Accessing Excel files within multiple levels of a directory Barb Reinhardt Excel Programming 4 May 15th 07 07:12 PM
Multiple Subtotal levels in Excel 2003 Chris Luka Excel Worksheet Functions 2 April 12th 06 06:48 PM
How do I get Multiple subtotal levels in EXCEL? Minch Lewis Excel Discussion (Misc queries) 2 February 26th 05 06:04 PM


All times are GMT +1. The time now is 01:48 AM.

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"