Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 476
Default conditional formatting

How can I make the color of a row automatically change based on the contents
of one of its cells.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default conditional formatting

Use conditional formatting.
Use "Formula is", rather than "Cell value is".
And remember the difference between absolute and relative addressing.
--
David Biddulph

"joe" wrote in message
...
How can I make the color of a row automatically change based on the
contents
of one of its cells.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default conditional formatting

Select row and set Conditional formatting "Formula is" and then the cell
contents requirements.

joe wrote:

How can I make the color of a row automatically change based on the contents
of one of its cells.


  #4   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 476
Default conditional formatting

I did the "formula is" I just don't know what to set as the formula.

Thanks.

"Bob I" wrote:

Select row and set Conditional formatting "Formula is" and then the cell
contents requirements.

joe wrote:

How can I make the color of a row automatically change based on the contents
of one of its cells.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default conditional formatting

Suppose you want the whole row to change color if the cell in G3 contains JOE:
Select the entire row, Format/Conditional Formatting, Change Cell Value is
to Formula Is, enter this formula:
=$G$3="JOE"
Click the Format button, the Patterns tab, select a color.
Bob Umlas
Excel MVP

"joe" wrote:

How can I make the color of a row automatically change based on the contents
of one of its cells.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default conditional formatting

say A1 equal to 5 is the condition then

=$A$1=5

will be the entry

joe wrote:

I did the "formula is" I just don't know what to set as the formula.

Thanks.

"Bob I" wrote:


Select row and set Conditional formatting "Formula is" and then the cell
contents requirements.

joe wrote:


How can I make the color of a row automatically change based on the contents
of one of its cells.




  #7   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 476
Default conditional formatting

Ok, I think I'm getting close. Now say I have a list that will get added to
every day and I when ever I put JOE in the G column I want that row to turn a
color.

Thanks.

"Bob Umlas, Excel MVP" wrote:

Suppose you want the whole row to change color if the cell in G3 contains JOE:
Select the entire row, Format/Conditional Formatting, Change Cell Value is
to Formula Is, enter this formula:
=$G$3="JOE"
Click the Format button, the Patterns tab, select a color.
Bob Umlas
Excel MVP

"joe" wrote:

How can I make the color of a row automatically change based on the contents
of one of its cells.

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default conditional formatting

Set the formula in each row.
Row 1 is =$G$1="Joe"
Row 2 is =$G$2="Joe"
etc.

joe wrote:

Ok, I think I'm getting close. Now say I have a list that will get added to
every day and I when ever I put JOE in the G column I want that row to turn a
color.

Thanks.

"Bob Umlas, Excel MVP" wrote:


Suppose you want the whole row to change color if the cell in G3 contains JOE:
Select the entire row, Format/Conditional Formatting, Change Cell Value is
to Formula Is, enter this formula:
=$G$3="JOE"
Click the Format button, the Patterns tab, select a color.
Bob Umlas
Excel MVP

"joe" wrote:


How can I make the color of a row automatically change based on the contents
of one of its cells.


  #9   Report Post  
Posted to microsoft.public.excel.misc
Joe Joe is offline
external usenet poster
 
Posts: 476
Default conditional formatting

Is there no faster way? We're talking dozens of lines on this list every day.

Thanks

"Bob I" wrote:

Set the formula in each row.
Row 1 is =$G$1="Joe"
Row 2 is =$G$2="Joe"
etc.

joe wrote:

Ok, I think I'm getting close. Now say I have a list that will get added to
every day and I when ever I put JOE in the G column I want that row to turn a
color.

Thanks.

"Bob Umlas, Excel MVP" wrote:


Suppose you want the whole row to change color if the cell in G3 contains JOE:
Select the entire row, Format/Conditional Formatting, Change Cell Value is
to Formula Is, enter this formula:
=$G$3="JOE"
Click the Format button, the Patterns tab, select a color.
Bob Umlas
Excel MVP

"joe" wrote:


How can I make the color of a row automatically change based on the contents
of one of its cells.



  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default conditional formatting

Go back and read the answers you've received.
--
David Biddulph

"joe" wrote in message
...
Is there no faster way? We're talking dozens of lines on this list every
day.

Thanks

"Bob I" wrote:

Set the formula in each row.
Row 1 is =$G$1="Joe"
Row 2 is =$G$2="Joe"
etc.

joe wrote:

Ok, I think I'm getting close. Now say I have a list that will get
added to
every day and I when ever I put JOE in the G column I want that row to
turn a
color.

Thanks.

"Bob Umlas, Excel MVP" wrote:


Suppose you want the whole row to change color if the cell in G3
contains JOE:
Select the entire row, Format/Conditional Formatting, Change Cell Value
is
to Formula Is, enter this formula:
=$G$3="JOE"
Click the Format button, the Patterns tab, select a color.
Bob Umlas
Excel MVP

"joe" wrote:


How can I make the color of a row automatically change based on the
contents
of one of its cells.







  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default conditional formatting

On 9 May, 22:26, joe wrote:

How can I make the color of a row automatically change based on the contents
of one of its cells.


Highlight all the rows, make sure the activecell is in the first row,
then use a slightly different formula.

Row 1 is =$G1="Joe"

This way, Row 2 is automatically checking against G2, etc....

HTH

Andrew

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 based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
conditional formatting Jack Sons Excel Discussion (Misc queries) 3 October 7th 06 05:00 PM
Conditional Formatting again Robert Brydges Excel Discussion (Misc queries) 8 January 19th 06 03:33 AM
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 08:57 PM.

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"