Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Using NULL in shading cells

I have entered conditional formatting in a cell that is basing the results on
numbers entered into 2 cells, C7 and C8 with the conditional formatting in
Cell C8. I set up the following conditions:

Condition 1
Cell Value Is 'less than' =$C$7 Preview of format.... red background

Condition 2
Cell Value Is 'greater than or equal to' =$C$7 Preview of format...green
background

As written, Cell C8 defaults to 'green' when C7 and C8 are blank (Null?)

I would like cell C8 to remain blank (white background) until a number is
actually entered into C8, even with an entry in cell C7. How can I
reconfigure the conditions to make this happen?

Assistance is appreciated ... Lenny
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Using NULL in shading cells

Use the Formula Is option

Condition 1
=AND(COUNT(C7:C8)=2,C8<C7)

Condition 2
=AND(COUNT(C7:C8)=2,C8=C7)

--
Biff
Microsoft Excel MVP


"Lenny" wrote in message
...
I have entered conditional formatting in a cell that is basing the results
on
numbers entered into 2 cells, C7 and C8 with the conditional formatting in
Cell C8. I set up the following conditions:

Condition 1
Cell Value Is 'less than' =$C$7 Preview of format.... red background

Condition 2
Cell Value Is 'greater than or equal to' =$C$7 Preview of format...green
background

As written, Cell C8 defaults to 'green' when C7 and C8 are blank (Null?)

I would like cell C8 to remain blank (white background) until a number is
actually entered into C8, even with an entry in cell C7. How can I
reconfigure the conditions to make this happen?

Assistance is appreciated ... Lenny



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Using NULL in shading cells

"Lenny" wrote: Many thanks - will give it a try

"T. Valko" wrote:

Use the Formula Is option

Condition 1
=AND(COUNT(C7:C8)=2,C8<C7)

Condition 2
=AND(COUNT(C7:C8)=2,C8=C7)

--
Biff
Microsoft Excel MVP


"Lenny" wrote in message
...
I have entered conditional formatting in a cell that is basing the results
on
numbers entered into 2 cells, C7 and C8 with the conditional formatting in
Cell C8. I set up the following conditions:

Condition 1
Cell Value Is 'less than' =$C$7 Preview of format.... red background

Condition 2
Cell Value Is 'greater than or equal to' =$C$7 Preview of format...green
background

As written, Cell C8 defaults to 'green' when C7 and C8 are blank (Null?)

I would like cell C8 to remain blank (white background) until a number is
actually entered into C8, even with an entry in cell C7. How can I
reconfigure the conditions to make this happen?

Assistance is appreciated ... Lenny




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
Failed to save table attributes of (null) into (null). Luca Brasi Excel Discussion (Misc queries) 2 February 4th 09 04:30 PM
NULL Cells UnderCoverGuy Excel Worksheet Functions 4 October 31st 06 07:33 PM
Conditional Cell Shading (based on the shading of other cells) Tubby Excel Worksheet Functions 2 June 20th 06 10:03 PM
How do I skip over null cells? Excel Dummy Excel Discussion (Misc queries) 4 January 3rd 06 01:13 PM
Checking that any cells are null RFJ Excel Worksheet Functions 5 June 21st 05 01:21 PM


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