Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I deactivate conditional formatting if the cell is empty?

I have a range of cells where I am using conditional formatting. I would
like to "turn off" or "deactivate" conditional formatting while the cell(s)
are empty.

I only want conditional formatting to apply where the cells are NOT null.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default How can I deactivate conditional formatting if the cell is empty?

Select the cells while they don't have anything in them and use regular cell
formatting to 'instruct' Excel how to display them when the conditions
controlling conditional formatting are not met?

"Vahe" wrote:

I have a range of cells where I am using conditional formatting. I would
like to "turn off" or "deactivate" conditional formatting while the cell(s)
are empty.

I only want conditional formatting to apply where the cells are NOT null.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default How can I deactivate conditional formatting if the cell is empty?

You can achieve this by setting your conditional format to trigger on
"Formula is" rather than "Cell Value is". Write an AND statement like
this:
=AND(C8<"",C8="abc")

This triggers the conditional format in cell C8 when that cell is not
blank and when it contains the entry abc. If the cell is blank the AND
formula is false and does not trigger the conditional formatting.

Dave O

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default How can I deactivate conditional formatting if the cell is empty?

Add that stipulation to your CF formula.

For example:
=AND(A1<"",A1<B1)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Vahe" wrote in message
...
I have a range of cells where I am using conditional formatting. I would
like to "turn off" or "deactivate" conditional formatting while the
cell(s)
are empty.

I only want conditional formatting to apply where the cells are NOT null.

Thanks


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 formatting similar to shading alternating rows Conan Kelly Excel Worksheet Functions 10 August 22nd 06 11:13 PM
Conditional Formatting if cell content is a formula oldsambvca Excel Worksheet Functions 2 June 6th 06 10:24 PM
Merged Cell Conditional Formatting Borders T Kirtley Excel Discussion (Misc queries) 2 June 1st 06 07:38 PM
BULK Conditional Formatting - by column without going into each cell? Rob Moyle Excel Discussion (Misc queries) 2 January 13th 06 06:51 PM
Why won't my conditional formatting display in the cell Cashius War eagle Excel Discussion (Misc queries) 3 February 15th 05 08:38 PM


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