Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 100
Default Conditional Formating

Please Help. I am a teacher of grades K and 1st. I have all of my students
listed in column A There Grade K or 1 in Column b. I have the test that I
have given in Column C. I wish to conditional format the scores of the test
based on the grade. EXAMPLE If you are in K then a score of 0-9 is Red. If
you are in 1st the the score 0-24 is red. If you are in K and the score is
9-15 then the color is yellow. If you are 1st then the score 25-50 is yellow.

I have a small idea that the formula might look something like if b2="k" and
<9 true???

Can any one help?
--
g
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional Formating

You have an overlapping condition:

K then a score of 0-9 is Red.
K and the score is 9-15 then the color is yellow


I'll asume the criteria a

0-9 RED
10-15 YELLOW

Assume the data to format is in the range B1:B10

Select the range of cells B1:B10
Goto the menu FormatConditional Formatting
Condition 1 - Red
Select the Formula Is option
Enter this formula in the box on the right:

=OR(AND(B1="K",COUNT(C1),C1=0,C1<=9),AND(B1=1,COU NT(C1),C1=0,C1<=24))

Click the Format button
Select the desired style(s)
OK

Click the Add button

Condition 2 - Yellow
Select the Formula Is option
Enter this formula in the box on the right:

=OR(AND(B1="K",COUNT(C1),C1=10,C1<=15),AND(B1=1,C OUNT(C1),C1=25,C1<=50))

Click the Format button
Select the desired style(s)
OK out


--
Biff
Microsoft Excel MVP


"gene" wrote in message
...
Please Help. I am a teacher of grades K and 1st. I have all of my
students
listed in column A There Grade K or 1 in Column b. I have the test that
I
have given in Column C. I wish to conditional format the scores of the
test
based on the grade. EXAMPLE If you are in K then a score of 0-9 is Red.
If
you are in 1st the the score 0-24 is red. If you are in K and the score
is
9-15 then the color is yellow. If you are 1st then the score 25-50 is
yellow.

I have a small idea that the formula might look something like if b2="k"
and
<9 true???

Can any one help?
--
g



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional Formating

Ooops!

You wanted to format the test scores in column C.

Select the range of cells B1:B10


So, that should be:

Select the range of cells C1:C10


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
You have an overlapping condition:

K then a score of 0-9 is Red.
K and the score is 9-15 then the color is yellow


I'll asume the criteria a

0-9 RED
10-15 YELLOW

Assume the data to format is in the range B1:B10

Select the range of cells B1:B10
Goto the menu FormatConditional Formatting
Condition 1 - Red
Select the Formula Is option
Enter this formula in the box on the right:

=OR(AND(B1="K",COUNT(C1),C1=0,C1<=9),AND(B1=1,COU NT(C1),C1=0,C1<=24))

Click the Format button
Select the desired style(s)
OK

Click the Add button

Condition 2 - Yellow
Select the Formula Is option
Enter this formula in the box on the right:

=OR(AND(B1="K",COUNT(C1),C1=10,C1<=15),AND(B1=1,C OUNT(C1),C1=25,C1<=50))

Click the Format button
Select the desired style(s)
OK out


--
Biff
Microsoft Excel MVP


"gene" wrote in message
...
Please Help. I am a teacher of grades K and 1st. I have all of my
students
listed in column A There Grade K or 1 in Column b. I have the test that
I
have given in Column C. I wish to conditional format the scores of the
test
based on the grade. EXAMPLE If you are in K then a score of 0-9 is Red.
If
you are in 1st the the score 0-24 is red. If you are in K and the score
is
9-15 then the color is yellow. If you are 1st then the score 25-50 is
yellow.

I have a small idea that the formula might look something like if b2="k"
and
<9 true???

Can any one help?
--
g





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
conditional formating - Help Kinghart Excel Worksheet Functions 4 November 17th 08 03:20 AM
conditional formating Miri Excel Discussion (Misc queries) 1 December 18th 07 05:07 PM
Conditional Formating markythesk8erboi Excel Discussion (Misc queries) 3 September 25th 07 09:52 AM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
Conditional Formating Bassett Excel Discussion (Misc queries) 1 May 15th 05 04:02 PM


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