Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Conditional format based on criteria

I have a file where I want to use conditional format to tell whether this
student qualified for awards or not. Here is the example:

A B C
D

Student Attendance score Math test score History test
score Status

Sam 8 70
50 Qualified

Robsom 9 80
70

Melinda 5 65
70

The condition is:
5 for attendance score
60 for both Math & History test


What I want to know is how to use conditional format to highlight the
students based on the 3 conditions. Thank you






  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Conditional format based on criteria

Select the entire sheet (A1 active),
then apply CF using Formula Is:
=AND($B15,$C260,$D260)
Format to taste, ok out

The above will format entire rows satisfying the 3 conditions in cols B to D
(Attendance, Math & History)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Syahira" wrote:
I have a file where I want to use conditional format to tell whether this
student qualified for awards or not. Here is the example:

A B C
D

Student Attendance score Math test score History test
score Status

Sam 8 70
50 Qualified

Robsom 9 80
70

Melinda 5 65
70

The condition is:
5 for attendance score
60 for both Math & History test


What I want to know is how to use conditional format to highlight the
students based on the 3 conditions. Thank you






  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Conditional format based on criteria

Errata:

Line
=AND($B15,$C260,$D260)


should read as:
=AND($B15,$C160,$D160)

Then just select the entire row1 (your col headers),
and delete the CF applied from that row
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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 format based on other cells Tonto Excel Discussion (Misc queries) 3 October 14th 09 02:50 AM
Conditional Format a row based on a cell? WRCH5 Excel Worksheet Functions 1 June 18th 07 03:25 AM
filter or format based on criteria in more than one column tabbicat Excel Worksheet Functions 4 March 13th 07 02:24 PM
Conditional format based on entire row LisaVH Excel Worksheet Functions 8 January 17th 07 07:29 PM
conditional formula - based on 2 separate criteria andrewo-s Excel Worksheet Functions 10 March 14th 05 03:35 AM


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