Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Looking for formula to place score in a range of scores

I'm building a scoring program that I need place scores in a "low",
"moderate", "high" location in a chart. If a score is ".39" it would fall in
the moderate range. if it was ".79" it would fall into the high range. Is
there some type of function that would review the score and place it into the
apprpriate cell?

Sco Range:
1. .39 Low 0-.29 ___
Moderate .30-.66 ___ <--- Should
go here.
High .67-1.00 ___

2. .79 Low 0-.29 ___
Moderate .30-.66 ___
High .67-1.00 ___ <--- Shoud
go here.

Thank you in advance for your assistance.
Scott
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Looking for formula to place score in a range of scores

One way:

A1 = 0.39

Enter this formula in C1 and copy down to C3:

=IF(COUNT(A$1,--(A$1=0))=2,IF(ROWS(C$1:C1)=MATCH(A$1,{0,0.3,0.67} ),A$1,""),"")

Any value 1.0 will go to the High cell.

--
Biff
Microsoft Excel MVP


"THIRDCOAST" wrote in message
...
I'm building a scoring program that I need place scores in a "low",
"moderate", "high" location in a chart. If a score is ".39" it would fall
in
the moderate range. if it was ".79" it would fall into the high range. Is
there some type of function that would review the score and place it into
the
apprpriate cell?

Sco Range:
1. .39 Low 0-.29 ___
Moderate .30-.66 ___ <--- Should
go here.
High .67-1.00 ___

2. .79 Low 0-.29 ___
Moderate .30-.66 ___
High .67-1.00 ___ <--- Shoud
go here.

Thank you in advance for your assistance.
Scott



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
Make a sheet to enter score and score is copy to the proper cell.. Yan Excel Worksheet Functions 0 June 8th 07 02:41 PM
Scores of a Range Cells. Highest or lowest depending a parameter cradino Excel Worksheet Functions 1 March 11th 07 08:09 AM
Can Excel count the number of scores within a range? Gatester Excel Worksheet Functions 4 December 19th 05 08:37 PM
Assigning scores to a date range Koen Excel Worksheet Functions 1 October 20th 05 12:37 PM
How to assign a score, dependant on a sum falling within a range? andythescientist Excel Discussion (Misc queries) 2 August 5th 05 12:48 PM


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