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

My co-worker and I want to know how to do this in the 07 version. Cell M23
has an employee overtime value. Say anything 0 we want it to highlight.
However, we do have the word "exempt" in some of the employees cells in
Column M and we don't want them to change color. Also, we we have a regular
employee hours column in say N23. We want it to highlight if it's between 1
and less than 80. Do we have to do each column seperate? And, where would we
go to in the new version? And, how do we not include those cells that say the
word "exempt" ?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Conditional Formatting

Excel 2007...
Conditional Formatting is on the HOME ribbon...
You can combine conditions if it can be (logically done)

If you comapre like this
=M230
You can take care of 'Exempt' like this
=AND(M230,M23<"Exempt")

Conditions are evaluated relative to the cell it is defined for...
You can refer to other cells...
You can have absolute references if you want to check the value in a
particular cell for all cells in the range...

"SunshineinFt.Myers" wrote:

My co-worker and I want to know how to do this in the 07 version. Cell M23
has an employee overtime value. Say anything 0 we want it to highlight.
However, we do have the word "exempt" in some of the employees cells in
Column M and we don't want them to change color. Also, we we have a regular
employee hours column in say N23. We want it to highlight if it's between 1
and less than 80. Do we have to do each column seperate? And, where would we
go to in the new version? And, how do we not include those cells that say the
word "exempt" ?

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
Formatting Conditional Formatting Icon Sets The Rook[_2_] Excel Discussion (Misc queries) 3 March 7th 09 08:48 PM
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 11:40 AM.

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"