Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob Rob is offline
external usenet poster
 
Posts: 234
Default Conditional formatting

I want to use conditional formatting to highlight certain
comments made in diary worksheets.

The columns are formatted as follows -

Column 1 - Date
Column 2 - Description
Column 3 - Relevance

I would like to have the row colour coded depending on
the number entered in column 3.

I can use conditional formatting when I highlight and
select the menu but how can I code this into the columns
to copy and paste again over many rows?

Rob
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Conditional formatting

hi,
if you select the column, conditional format will apply to
the entire column. otherwise conditional formating can be
copied and pasted down a column. use paste all.

-----Original Message-----
I want to use conditional formatting to highlight certain
comments made in diary worksheets.

The columns are formatted as follows -

Column 1 - Date
Column 2 - Description
Column 3 - Relevance

I would like to have the row colour coded depending on
the number entered in column 3.

I can use conditional formatting when I highlight and
select the menu but how can I code this into the columns
to copy and paste again over many rows?

Rob
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default Conditional formatting

I guess that can be interpreted two ways but I think the original poster
meant for the entire row to be colored based on the value in Column C.
Of course there was no detail for the what values would get a color.

If it was only Column C to receive color, then only select C and the
formulas rest of the instructions below still apply word for word.

Code the Column as $C instead of C so that each cell in a row
will see the value in column C rather than relative to itself as the column
it appears in.

Suggest looking at my page
http://www.mvps.org/dmcritchie/excel/condfmt.htm

Select C1 then Ctrl+A (to select the entire sheet)

C.F. Condition 1: =$C1 100
C.F. Condition 2: =$C1 50
C.F Condition 3: =$C1 25

You are limited to 3 C.F. formulas per cell, so if you
need more you would need to use an Event Macro
http://www.mvps.org/dmcritchie/excel/event.htm#case

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

wrote in message ...
hi,
if you select the column, conditional format will apply to
the entire column. otherwise conditional formating can be
copied and pasted down a column. use paste all.

-----Original Message-----
I want to use conditional formatting to highlight certain
comments made in diary worksheets.

The columns are formatted as follows -

Column 1 - Date
Column 2 - Description
Column 3 - Relevance

I would like to have the row colour coded depending on
the number entered in column 3.

I can use conditional formatting when I highlight and
select the menu but how can I code this into the columns
to copy and paste again over many rows?

Rob
.



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 formatting--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 07:43 PM.

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"