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

Hi,
Objective :
---------------
If Cell-A (A1) value is less than Cell B (B1) Value then paint
(background) CellB with RED else
paint with GREEN.
If Cell B does not have Data then keep background color as white.

Solution I am trying :
------------------------------
Goto Cell B(B1) select Format--Conditional Formatting --
Condition1:
CellValueIs Greater than $A1 then Format RED (selecting this
color from the paelete)
Condition2:
CellValueIs less than $A1 then Format GREEN (selecting this color
from the paelete)

Problems:
----------------
1.This does not seem to be working.
2.Auto update of Background color does not happen if the values are
changed (implying the
values are such changed that the conditions are reversed)

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Conditional Formatting

Select cell B1, then Format | Conditional Formatting and in the panel
you need to select Formula Is rather than Cell Contents Is. Set up as
follows:

First Condition: Formula Is : =AND(B1<"",B1A1) Background colour:
RED

Second Condition: Formula Is: =AND(B1<"",B1<A1) Backgound colour:
GREEN

Then OK your way out. Note if A1=B1 there will be no change to the
format. If you want to apply this to other cells use the Format
Painter.

Hope this helps.

Pete

On Jul 11, 11:17 am, wrote:
Hi,
Objective :
---------------
If Cell-A (A1) value is less than Cell B (B1) Value then paint
(background) CellB with RED else
paint with GREEN.
If Cell B does not have Data then keep background color as white.

Solution I am trying :
------------------------------
Goto Cell B(B1) select Format--Conditional Formatting --
Condition1:
CellValueIs Greater than $A1 then Format RED (selecting this
color from the paelete)
Condition2:
CellValueIs less than $A1 then Format GREEN (selecting this color
from the paelete)

Problems:
----------------
1.This does not seem to be working.
2.Auto update of Background color does not happen if the values are
changed (implying the
values are such changed that the conditions are reversed)

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional Formatting

On Jul 11, 3:46 pm, Pete_UK wrote:
Select cell B1, then Format | Conditional Formatting and in the panel
you need to select Formula Is rather than Cell Contents Is. Set up as
follows:

First Condition: Formula Is : =AND(B1<"",B1A1) Background colour:
RED

Second Condition: Formula Is: =AND(B1<"",B1<A1) Backgound colour:
GREEN

Then OK your way out. Note if A1=B1 there will be no change to the
format. If you want to apply this to other cells use the Format
Painter.

Hope this helps.

Pete

On Jul 11, 11:17 am, wrote:



Hi,
Objective :
---------------
If Cell-A (A1) value is less than Cell B (B1) Value then paint
(background) CellB with RED else
paint with GREEN.
If Cell B does not have Data then keep background color as white.


Solution I am trying :
------------------------------
Goto Cell B(B1) select Format--Conditional Formatting --
Condition1:
CellValueIs Greater than $A1 then Format RED (selecting this
color from the paelete)
Condition2:
CellValueIs less than $A1 then Format GREEN (selecting this color
from the paelete)


Problems:
----------------
1.This does not seem to be working.
2.Auto update of Background color does not happen if the values are
changed (implying the
values are such changed that the conditions are reversed)


Thanks- Hide quoted text -


- Show quoted text -


------------
Is there some thing that can be done so that the background color gets
updated automatically if the value in the are modified ?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Conditional Formatting

I'm not sure what you mean. The colours should change immediately if
there is a change in the conditions.

Pete

On Jul 12, 7:58 am, wrote:
On Jul 11, 3:46 pm, Pete_UK wrote:





Select cell B1, then Format | Conditional Formatting and in the panel
you need to select Formula Is rather than Cell Contents Is. Set up as
follows:


First Condition: Formula Is : =AND(B1<"",B1A1) Background colour:
RED


Second Condition: Formula Is: =AND(B1<"",B1<A1) Backgound colour:
GREEN


Then OK your way out. Note if A1=B1 there will be no change to the
format. If you want to apply this to other cells use the Format
Painter.


Hope this helps.


Pete


On Jul 11, 11:17 am, wrote:


Hi,
Objective :
---------------
If Cell-A (A1) value is less than Cell B (B1) Value then paint
(background) CellB with RED else
paint with GREEN.
If Cell B does not have Data then keep background color as white.


Solution I am trying :
------------------------------
Goto Cell B(B1) select Format--Conditional Formatting --
Condition1:
CellValueIs Greater than $A1 then Format RED (selecting this
color from the paelete)
Condition2:
CellValueIs less than $A1 then Format GREEN (selecting this color
from the paelete)


Problems:
----------------
1.This does not seem to be working.
2.Auto update of Background color does not happen if the values are
changed (implying the
values are such changed that the conditions are reversed)


Thanks- Hide quoted text -


- Show quoted text -


------------
Is there some thing that can be done so that the background color gets
updated automatically if the value in the are modified ?- Hide quoted text -

- Show quoted text -



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 Freshman Excel Worksheet Functions 3 May 29th 07 08:03 AM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
conditional formatting help [email protected] Excel Worksheet Functions 7 October 20th 06 03:45 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 08:16 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"