PC Review


Reply
Thread Tools Rate Thread

Conditional Formatting for an entire row or column?

 
 
quinnj
Guest
Posts: n/a
 
      25th Aug 2008
I would like to turn all cells a Fill color (e.g., Red) based on the value in
the first column of that row.
 
Reply With Quote
 
 
 
 
John C
Guest
Posts: n/a
 
      25th Aug 2008
Highlight row
Conditional formatting
Change drop down to Formula Is
=$A1=yourvalue ... and choose your font to be red

This is assuming the first column is A

Hope this helps.
--
John C


"quinnj" wrote:

> I would like to turn all cells a Fill color (e.g., Red) based on the value in
> the first column of that row.

 
Reply With Quote
 
Glenn
Guest
Posts: n/a
 
      25th Aug 2008
quinnj wrote:
> I would like to turn all cells a Fill color (e.g., Red) based on the value in
> the first column of that row.


Use an absolute reference for the column. For data in row 1 starting in column A:

=IF($A1="your value",1,0)

Copy across as needed.
 
Reply With Quote
 
John C
Guest
Posts: n/a
 
      25th Aug 2008
You don't need the IF statement... see my post above.
--
John C


"Glenn" wrote:

> quinnj wrote:
> > I would like to turn all cells a Fill color (e.g., Red) based on the value in
> > the first column of that row.

>
> Use an absolute reference for the column. For data in row 1 starting in column A:
>
> =IF($A1="your value",1,0)
>
> Copy across as needed.
>

 
Reply With Quote
 
Glenn
Guest
Posts: n/a
 
      25th Aug 2008
John C wrote:
> You don't need the IF statement... see my post above.


Realized that right after I sent mine...and saw yours!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I use conditional formatting for an entire column? =?Utf-8?B?UGF0dGkgRg==?= Microsoft Excel Misc 24 26th Feb 2010 05:36 PM
Conditional formatting across entire column David Johnston Microsoft Excel Discussion 1 2nd Aug 2007 03:27 AM
Conditional Formatting based on entire column mike Microsoft Excel Worksheet Functions 7 6th Feb 2007 10:40 PM
Re: Conditional formatting applicable to entire column tkaplan Microsoft Excel Worksheet Functions 0 26th May 2005 05:20 PM
copying conditional formatting to an entire column =?Utf-8?B?TWFyeU1hbG9uZQ==?= Microsoft Excel Misc 1 30th Nov 2004 04:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:37 AM.