Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I am trying to automatically apply a format to a column, the colum's color should change depending the value of a cell on the top of the column. Ex.: if A1 value is 1 then apply color RED in cells A2 A3 A4 A5 A6 if A1 value is 2 then apply color GREEN in cells A2 A3 A4 A5 A6 thx for you help. Arnaud |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
just use formatconditional format
-- Don Guillett Microsoft MVP Excel SalesAid Software "AussieBumBxl" wrote in message ... Hi, I am trying to automatically apply a format to a column, the colum's color should change depending the value of a cell on the top of the column. Ex.: if A1 value is 1 then apply color RED in cells A2 A3 A4 A5 A6 if A1 value is 2 then apply color GREEN in cells A2 A3 A4 A5 A6 thx for you help. Arnaud |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select A2:A6 and FormatConditional FormattingCondition 1Formula is:
=$A$1=1 Format to Red AddCondition 2Formula is: =$A$1=2 Format to Green. Gord Dibben MS Excel MVP On Sat, 18 Aug 2007 06:48:01 -0700, AussieBumBxl wrote: Hi, I am trying to automatically apply a format to a column, the colum's color should change depending the value of a cell on the top of the column. Ex.: if A1 value is 1 then apply color RED in cells A2 A3 A4 A5 A6 if A1 value is 2 then apply color GREEN in cells A2 A3 A4 A5 A6 thx for you help. Arnaud |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to apply same format of referenced cell in Excel | Excel Discussion (Misc queries) | |||
Reformating a column and getting it to apply | New Users to Excel | |||
'Centre across selection' format to apply to vertical range | Excel Discussion (Misc queries) | |||
How to apply a format to an entire workbook | Excel Worksheet Functions | |||
How to apply a format to an entire workbook | Excel Worksheet Functions |