#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default formating

How would I format several cells to change color is one particular cell
equals A?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default formating

In xl2003 menus:
Select the range (say A2:B10)
And use Format|Conditional formatting
Formula is: =$a$1="a"
and give it a nice format

If you wanted to format columns B:G based on the value in column A -- so each
row is based on the value of column A of that row, you could:

Select your range (say (B2:G99) and with B2 the activecell, use:
Format|Conditional formatting
Formula is: =$a2="a"
and give it a nice format

Excel is smart enough to adjust the formula nicely for each row in your
selection.

The $ in front of the A means to keep it fixed. No $ in front of the row means
to adjust the row number.


JCRICKET wrote:

How would I format several cells to change color is one particular cell
equals A?


--

Dave Peterson
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
Formating Tony Excel Discussion (Misc queries) 1 September 14th 07 06:50 PM
formating Ken Excel Worksheet Functions 1 June 24th 06 01:56 AM
Tab formating Brisbane Rob Excel Discussion (Misc queries) 4 January 27th 06 12:21 PM
Install dates formating using conditional formating? Jerry Eggleston Excel Discussion (Misc queries) 2 November 9th 05 05:49 PM
Formating h:mm AM/PM Mike R Excel Discussion (Misc queries) 3 January 7th 05 02:12 AM


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