Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default conditional formating in adjacent cells

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 621
Default conditional formating in adjacent cells

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 621
Default conditional formating in adjacent cells

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
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 format on adjacent cells Simon Excel Worksheet Functions 4 February 8th 10 08:08 PM
conditional formating adjacent rows mydisplayname Excel Worksheet Functions 4 September 8th 09 05:26 PM
conditional formatting adjacent cells Sketch Excel Worksheet Functions 3 July 6th 09 07:44 PM
Conditional sums for adjacent cells Eric Excel Worksheet Functions 6 January 29th 07 09:00 PM
Conditional Formatting for adjacent cells Drew Excel Discussion (Misc queries) 1 October 20th 06 08:28 PM


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