Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to give the scores?

Does anyone have any suggestions on how to give the scores?

Example 1,
under column A, there is a list of values.
7,6,-5,-10,9,-3,8,1,0,0,2,10

I would like to give the score to each value under column B.
The range for values is found from -10 to 10 through the given numbers.
100% should be given for -10, and
0% should be given for 10,
50% should be given for 0, because it is in the middle of the range.
75% should be given for -5
The rest of score should be given based on the position within the range.

Example 2,
under column A, there is a list of values.
-20,0,-5,10,7,8,-2

I would like to give the score to each value under column B.
The range for values is found from -20 to 10 through the given numbers.
100% should be given for -20, and
0% should be given for 10,
50% should be given for -5, because it is in the middle of the range.
25% should be given for 0
The rest of score should be given based on the position within the range.

Does anyone have any suggestions on how to determine the scores in Excel?
Thanks in advance for any suggestions
Eric
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to give the scores?

On example 2,
33.333% should be given for 0. (Correction for typing error)

"Eric" wrote:

Does anyone have any suggestions on how to give the scores?

Example 1,
under column A, there is a list of values.
7,6,-5,-10,9,-3,8,1,0,0,2,10

I would like to give the score to each value under column B.
The range for values is found from -10 to 10 through the given numbers.
100% should be given for -10, and
0% should be given for 10,
50% should be given for 0, because it is in the middle of the range.
75% should be given for -5
The rest of score should be given based on the position within the range.

Example 2,
under column A, there is a list of values.
-20,0,-5,10,7,8,-2

I would like to give the score to each value under column B.
The range for values is found from -20 to 10 through the given numbers.
100% should be given for -20, and
0% should be given for 10,
50% should be given for -5, because it is in the middle of the range.
25% should be given for 0
The rest of score should be given based on the position within the range.

Does anyone have any suggestions on how to determine the scores in Excel?
Thanks in advance for any suggestions
Eric

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default How to give the scores?

"Eric" wrote:
Does anyone have any suggestions on how to give the scores?

Example 1,
under column A, there is a list of values.
7,6,-5,-10,9,-3,8,1,0,0,2,10


Put the following formula into B1 and copy down:

=(MAX($A$1:$A$12)-A1) / (MAX($A$1:$A$12) - MIN($A$1:$A$12))


Example 2,
under column A, there is a list of values.
-20,0,-5,10,7,8,-2


=(MAX($A$1:$A$7)-A1) / (MAX($A$1:$A$7) - MIN($A$1:$A$7))


----- original message -----

"Eric" wrote in message
...
On example 2,
33.333% should be given for 0. (Correction for typing error)

"Eric" wrote:

Does anyone have any suggestions on how to give the scores?

Example 1,
under column A, there is a list of values.
7,6,-5,-10,9,-3,8,1,0,0,2,10

I would like to give the score to each value under column B.
The range for values is found from -10 to 10 through the given numbers.
100% should be given for -10, and
0% should be given for 10,
50% should be given for 0, because it is in the middle of the range.
75% should be given for -5
The rest of score should be given based on the position within the range.

Example 2,
under column A, there is a list of values.
-20,0,-5,10,7,8,-2

I would like to give the score to each value under column B.
The range for values is found from -20 to 10 through the given numbers.
100% should be given for -20, and
0% should be given for 10,
50% should be given for -5, because it is in the middle of the range.
25% should be given for 0
The rest of score should be given based on the position within the range.

Does anyone have any suggestions on how to determine the scores in Excel?
Thanks in advance for any suggestions
Eric


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
excel golf scores, how do I add the scores for all par 3's etc Golf Analyst Excel Worksheet Functions 2 November 24th 07 02:25 PM
Fit scores Sciguy Excel Worksheet Functions 4 January 19th 07 09:45 AM
Give RELEVANT responses to questions. DO NOT give usless list pmartin Excel Worksheet Functions 2 July 6th 06 06:08 PM
Best 4 scores Nigel Greenwood Excel Discussion (Misc queries) 5 May 3rd 06 09:45 PM
max scores Cricket Excel Discussion (Misc queries) 2 February 19th 06 06:45 PM


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