Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conditional Formating Format Painter

I have a column that should compare data to a column next to it and
color red green or black depening on the result of the expression. I
was using the conditional formatting front end. I got an error that
said for multiple conditions on the same cell you can not use the
format painter to copy down the rest of the column. You have to do it
one cell at a time??

I can't believe I am going to have to code something so simple.

Is there a way around this?

Thanks


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Conditional Formating Format Painter

Hi
can you post your conditions. This may help to provide a solution to
you

Frank

I have a column that should compare data to a column next to it and
color red green or black depening on the result of the expression. I
was using the conditional formatting front end. I got an error that
said for multiple conditions on the same cell you can not use the
format painter to copy down the rest of the column. You have to do it
one cell at a time??

I can't believe I am going to have to code something so simple.

Is there a way around this?

Thanks


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conditional Formating Format Painter

If column c column F then font = red
If column c < column F then pattern = green
If column c = column F then no format

I need to apply this to a range of cells in column c.

THanks


---
Message posted from http://www.ExcelForum.com/

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Conditional Formating Format Painter

Hi
try the following:
- select all cells in column C for which you want to apply your
conditional format
- goto 'contional format' and enter the following formulas
a) =C1F1 - choose format 'red'
b) =C1<F1 - choose format 'green'

change C1 to the top cell of your column selection (if it does not
start with C1)

Frank

If column c column F then font = red
If column c < column F then pattern = green
If column c = column F then no format

I need to apply this to a range of cells in column c.

THanks


---
Message posted from http://www.ExcelForum.com/



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
Using Format Painter with Conditional formatting Lynn Excel Discussion (Misc queries) 0 October 5th 09 02:24 PM
copy conditional format without using format painter MsConfused Excel Worksheet Functions 2 May 4th 09 07:16 AM
Format - Conditional Formating neostar77 Excel Discussion (Misc queries) 3 October 27th 08 04:12 AM
Help with format painter and conditional format LiveUser Excel Discussion (Misc queries) 2 March 13th 08 06:49 PM
Excel 2007, Conditional Formatting, Format Painter cdankanis Excel Discussion (Misc queries) 3 November 30th 07 11:19 PM


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