Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Conditionally format

Hello,
How can I ( in code) conditionally format columns B thru H (to last row in
columns) to be "No Fill Color" if the cells directly on the left and right on
the same row are populated? Example: If A1 and C1 are populated, the B1 would
have "No Fill".
Thank You for Your Help,
Terri
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Conditionally format

Hi
- select B1:H20
- goto the conditional format dialog
- enter the following formula:
=(A1<"")*(C1<"")
- choose your format

--
Regards
Frank Kabel
Frankfurt, Germany

"Terri" schrieb im Newsbeitrag
...
Hello,
How can I ( in code) conditionally format columns B thru H (to last

row in
columns) to be "No Fill Color" if the cells directly on the left and

right on
the same row are populated? Example: If A1 and C1 are populated, the

B1 would
have "No Fill".
Thank You for Your Help,
Terri


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
Conditionally format only when both criteria are met Montana Excel Discussion (Misc queries) 1 June 17th 08 11:25 PM
conditionally format anumber format Montana Excel Worksheet Functions 5 January 15th 08 05:25 PM
How do I conditionally format a chart? Midavalo Charts and Charting in Excel 1 February 21st 06 10:10 AM
conditionally format cells elad Excel Worksheet Functions 2 May 13th 05 03:57 PM
How do I conditionally format a chart? Michelle Excel Discussion (Misc queries) 1 April 12th 05 09:59 PM


All times are GMT +1. The time now is 10:15 AM.

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"