LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default conditional formatting update issue

Hi Colin,

Am Sat, 15 Sep 2012 15:54:55 +0100 schrieb Colin Hayes:

=COUNTIF($F17:$I17,0)=2

formatted to apply the colour white to the font to effectively blank out
all cells between $F17:$I17 if any are empty.

If any of the cells in the range are empty , then all content is
coloured white and 'disappears' on the screen. If I make an entry then
the content of the cells appears black and becomes visible.

Curiously though if I remove the entry and make the cell blank again ,
they don't follow the formatting and become white again. They stay black
, even though the range now has the empty cell which should trigger the
condition formatting.


if you have numbers in F17:I17 then try:
=COUNT($F17:$I17)<=2
With text try:
=COUNTA($F17:$I17)<=2



Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
 
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
Issue with conditional formatting The Rook[_2_] Excel Discussion (Misc queries) 2 June 2nd 10 05:36 PM
Conditional Formatting Issue debra49424 Excel Discussion (Misc queries) 4 February 19th 09 07:10 PM
Conditional Formatting Issue RyanH Excel Programming 5 September 18th 08 02:46 PM
conditional formatting issue QUESTION-MARK Excel Worksheet Functions 3 April 20th 06 01:04 AM
Conditional Formatting Issue John Baker Excel Programming 2 July 4th 04 12:52 PM


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