Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Simon Smith
 
Posts: n/a
Default Conditional format -blank

Can't get the conditonal format function to work such that A1 is a red font
if b1 through z1 is blank.
Just looking for an easy way to identify if theres an emply cell on a row
without scrolling.

Any ideas
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Conditional format -blank

Select A1 and in your CF box use: Formula is and then
=ISBLANK(B1:Z1)
and set your format.

Andy.
"Simon Smith" <Simon wrote in message
...
Can't get the conditonal format function to work such that A1 is a red
font
if b1 through z1 is blank.
Just looking for an easy way to identify if theres an emply cell on a row
without scrolling.

Any ideas



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Conditional format -blank

Hi!

=ISBLANK(B1:Z1)


That will only apply to cell B1. Try:

=OR(ISBLANK(A1:Z1))

But ISBLANK will not recognize formula blanks "" as blank cells. If you want
to account for formula blanks try:

=COUNTBLANK(A1:Z1)

Biff

<Andy wrote in message ...
Select A1 and in your CF box use: Formula is and then
=ISBLANK(B1:Z1)
and set your format.

Andy.
"Simon Smith" <Simon wrote in message
...
Can't get the conditonal format function to work such that A1 is a red
font
if b1 through z1 is blank.
Just looking for an easy way to identify if theres an emply cell on a row
without scrolling.

Any ideas





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Powlaz
 
Posts: n/a
Default Conditional format -blank

Andy and Bif,

Thanks for the fast replies. Both formulas returned the same results (best
as I can tell). I'd like to understand a little more about what they are
doing if you'll be kind enough to explain.

But before that, I'm still stuck with a problem. My range (b6:b12) is blank
until data is entered. I'm trying to avoid a "0" showing up in b13 where the
total value of b6:b12 is calculated. Furthermore, I don't even want a total
to calculate in b13 until each field in b6:b12 is filled in with a 0 or
greater.

Both of your formulas returned a value of 0 even though b6:b12 were blank.

Could using =ISBLANK for the range fix my problem?

PO

"Andy" wrote:

Select A1 and in your CF box use: Formula is and then
=ISBLANK(B1:Z1)
and set your format.

Andy.
"Simon Smith" <Simon wrote in message
...
Can't get the conditonal format function to work such that A1 is a red
font
if b1 through z1 is blank.
Just looking for an easy way to identify if theres an emply cell on a row
without scrolling.

Any ideas




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 blank cells kalz Excel Discussion (Misc queries) 2 August 12th 05 03:57 AM
How do I copy a conditional format that uses a formula in a serie. TygerJ Setting up and Configuration of Excel 1 March 31st 05 01:07 AM
Conditional format problem PJ Excel Discussion (Misc queries) 2 March 11th 05 02:05 PM
Conditional Format Titles Jenn Excel Discussion (Misc queries) 1 February 22nd 05 09:41 PM
Copying a conditional format Meaux Excel Worksheet Functions 2 November 29th 04 10:19 AM


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