Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formatting Applying Rule to Entire Column

I have three columns that I'm concerned with A, B, C

Column A is what I want to format with coloriing. It's Value is irrelevent.

For A2
The Condition is "Green" colors if formula =EXACT(B2,C2)
The Condition is "RED"colors if formula =EXACT(B2,C2) == FALSE

That works fine.

In Manage Rules it says
Applies: $A$2
Forumla: =EXACT(B2,C2)

It's when I copy/paste the format down column A for teh thousands of rows
that I get a single rule made:

Applies to: $A$3:$A$5000
Foruma: =EXACT($B3:$C3)

I tried playing with the dollar signs, but I can never get the Formula to
have the right row reference for a given row in the range

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Conditional Formatting Applying Rule to Entire Column

--Select the range of cells. Assume this range is A3:A10. Please note that
the row reference 3 mentioned in the formula is the active cell/row in the
selection. Active cell will have a white background even after selection

--Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format

--Enter this formula in the box below:
=AND(B3<"",EXACT(B3,C3))

--Click the Format button. Select the desired style(s). Click OK


--
Jacob


"Vince Pacella" wrote:

I have three columns that I'm concerned with A, B, C

Column A is what I want to format with coloriing. It's Value is irrelevent.

For A2
The Condition is "Green" colors if formula =EXACT(B2,C2)
The Condition is "RED"colors if formula =EXACT(B2,C2) == FALSE

That works fine.

In Manage Rules it says
Applies: $A$2
Forumla: =EXACT(B2,C2)

It's when I copy/paste the format down column A for teh thousands of rows
that I get a single rule made:

Applies to: $A$3:$A$5000
Foruma: =EXACT($B3:$C3)

I tried playing with the dollar signs, but I can never get the Formula to
have the right row reference for a given row in the range

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 506
Default Conditional Formatting Applying Rule to Entire Column

Just follow the below steps.

Place the cursor in A2 cell and extend the selection by holding the shift
and down arrow upto A5000, keep in mind that the active cell should be A2
(Active cell will have a white background after selection also) now goto
formatconditional formattingCondition 1Formula ispaste the below
formula
=EXACT($B2,$C2)
Click FormatFontColourGreen and give ok.

Then Click AddCondition 2 Formula ispaste the below formula
=EXACT($B2,$C2)=FALSE
Click FormatFontColourRed and give ok and once again hit ok.

That's it! The conditional formatting is applied for A2 to A5000 cells.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Vince Pacella" wrote:

I have three columns that I'm concerned with A, B, C

Column A is what I want to format with coloriing. It's Value is irrelevent.

For A2
The Condition is "Green" colors if formula =EXACT(B2,C2)
The Condition is "RED"colors if formula =EXACT(B2,C2) == FALSE

That works fine.

In Manage Rules it says
Applies: $A$2
Forumla: =EXACT(B2,C2)

It's when I copy/paste the format down column A for teh thousands of rows
that I get a single rule made:

Applies to: $A$3:$A$5000
Foruma: =EXACT($B3:$C3)

I tried playing with the dollar signs, but I can never get the Formula to
have the right row reference for a given row in the range

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
How do I use conditional formatting for an entire column? Patti F Excel Discussion (Misc queries) 21 February 26th 10 05:36 PM
Expanding Conditional Format Rule to entire Column KKD Excel Discussion (Misc queries) 1 May 27th 09 07:58 PM
Applying Max Conditonal Formatting to an entire row when condition SunshineinFt.Myers[_2_] Excel Worksheet Functions 2 February 24th 09 05:56 AM
Conditional Formatting for an entire row or column? quinnj Excel Worksheet Functions 4 August 25th 08 10:23 PM
Applying a formula to an entire column Audrey Excel Discussion (Misc queries) 3 April 20th 06 07:26 PM


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