Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Ranking weighted scores with partial results

I'm trying to rank a series of results with each result having a weighted
value. My dilemma is what do I do if there isn't a result listed and I do not
want that to negatively impact the overall ranking?

Weighting (results in b1:b3)
Result 1 - 30%
Result 2 - 20%
Result 3 - 50%
= 100%

a1:a3 are locations
b1:b3 are results
c1:c3 I'm using this formula to weight the results...=IF(b1=0%,"
",SUM(b1*.30))
b2 has a 0 result though. how do I create a value there without having a
result listed? What would that formula look like? And is this even possible?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Ranking weighted scores with partial results

The answer depends on what you want to do if something is blank as far as the
rest of the weighting is concerned. If C2 should still have a .2*B2 formula
then there is nothing you need to do.

FYI - the formula should be =IF(B1=0,"",B1*.3)

No need to us the SUM function.

--
Thanks,
Shane Devenshire


"casdaq" wrote:

I'm trying to rank a series of results with each result having a weighted
value. My dilemma is what do I do if there isn't a result listed and I do not
want that to negatively impact the overall ranking?

Weighting (results in b1:b3)
Result 1 - 30%
Result 2 - 20%
Result 3 - 50%
= 100%

a1:a3 are locations
b1:b3 are results
c1:c3 I'm using this formula to weight the results...=IF(b1=0%,"
",SUM(b1*.30))
b2 has a 0 result though. how do I create a value there without having a
result listed? What would that formula look like? And is this even possible?

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
Fit scores Sciguy Excel Worksheet Functions 4 January 19th 07 09:45 AM
weighted scores April601 Excel Worksheet Functions 1 October 30th 06 04:41 PM
Conditional Sum Argument results do not equal cell results Excel Randy R Mullins Excel Worksheet Functions 3 August 9th 06 07:16 PM
Top 5 Scores [email protected] Excel Worksheet Functions 2 July 31st 06 12:35 AM
How do I prevent tied results when ranking data? laidbackgraham Excel Worksheet Functions 4 November 3rd 04 07:04 AM


All times are GMT +1. The time now is 10:30 PM.

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"