Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi
Really hoping someone can help, been up many hours trying to sort this. Basically I want to know how to use conditional formatting for adjacent cells. i.e If cell A1 contains any text then make cell C4 blue the above is just an example and will want to format C4 to a specified colour at a later date. Very new to vba and conditional formating so please be gentle. :-) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Select C4 then CFFormula is or Use a Formula(2007 and later)
Enter =ISTEXT(A1) Format to blue. Gord On Sun, 22 Apr 2012 09:06:50 +0000, LISAISAAC wrote: Hi Really hoping someone can help, been up many hours trying to sort this. Basically I want to know how to use conditional formatting for adjacent cells. i.e If cell A1 contains any text then make cell C4 blue the above is just an example and will want to format C4 to a specified colour at a later date. Very new to vba and conditional formating so please be gentle. :-) |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If by "text" you mean anything, not just text...........
=NOT(ISBLANK(A1)) Gord On Sun, 22 Apr 2012 07:47:38 -0700, Gord Dibben wrote: Select C4 then CFFormula is or Use a Formula(2007 and later) Enter =ISTEXT(A1) Format to blue. Gord On Sun, 22 Apr 2012 09:06:50 +0000, LISAISAAC wrote: Hi Really hoping someone can help, been up many hours trying to sort this. Basically I want to know how to use conditional formatting for adjacent cells. i.e If cell A1 contains any text then make cell C4 blue the above is just an example and will want to format C4 to a specified colour at a later date. Very new to vba and conditional formating so please be gentle. :-) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format on adjacent cells | Excel Worksheet Functions | |||
conditional formating adjacent rows | Excel Worksheet Functions | |||
conditional formatting adjacent cells | Excel Worksheet Functions | |||
Conditional sums for adjacent cells | Excel Worksheet Functions | |||
Conditional Formatting for adjacent cells | Excel Discussion (Misc queries) |