Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Conditional Formatting the entire row

I have a spreadsheet with data filled from Column A to Column AB. ColumnA
contains either "Partial" or "Completed". I tried putting cell value=Partial
then yellow shaded and cell value="Completed" then blue. It turns out that
only Column A with Partial or Completed is colored. Is it possible to color
the entire row from Column A to Column AB? Appreciate any tips. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Conditional Formatting the entire row

Make sure you select the entire range to be formatted (say A1:AB99)

and with A1 the activecell, use:
Formula is:
=$A1="Completed"

The $A will mean that only the value in column A will be checked for each cell
in that row (in your selection).

Since there is no $ in front of the row number, it'll change for each row in the
selected range.

cockatoo wrote:

I have a spreadsheet with data filled from Column A to Column AB. ColumnA
contains either "Partial" or "Completed". I tried putting cell value=Partial
then yellow shaded and cell value="Completed" then blue. It turns out that
only Column A with Partial or Completed is colored. Is it possible to color
the entire row from Column A to Column AB? Appreciate any tips. Thanks.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional Formatting the entire row

Select the *entire* range of cells you want to format.

Let's assume you want to format A1:AB10

Select the *entire* range A1:AB10 starting from cell A1. Cell A1 will be the
active cell. The active cell is the one cell in the selected range that is
not shaded. The formula will be relative to the active cell.

Goto the menu FormatConditional Formatting

Condition 1
Select the Formula Is option
Enter this formula in the box on the right:
=$A1="Partial"
Click the Format button
Select the desired style(s)
Click the Add button

Condition 2
Select the Formula Is option
Enter this formula in the box on the right:
=$A1="Completed"
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"cockatoo" wrote in message
...
I have a spreadsheet with data filled from Column A to Column AB. ColumnA
contains either "Partial" or "Completed". I tried putting cell
value=Partial
then yellow shaded and cell value="Completed" then blue. It turns out that
only Column A with Partial or Completed is colored. Is it possible to
color
the entire row from Column A to Column AB? Appreciate any tips. Thanks.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Conditional Formatting the entire row

1. Select the cell/Range (say A1:AB10). Please note that the cell reference
A1 mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection

2. From menu FormatConditional Formatting
3. For Condition1Select 'Formula Is' and enter the below formula

=$A1="Partial"

4. Click Format ButtonPattern and select your color (say Yellow)
5. Add condition2 in the same way and Hit OK


If this post helps click Yes
---------------
Jacob Skaria


"cockatoo" wrote:

I have a spreadsheet with data filled from Column A to Column AB. ColumnA
contains either "Partial" or "Completed". I tried putting cell value=Partial
then yellow shaded and cell value="Completed" then blue. It turns out that
only Column A with Partial or Completed is colored. Is it possible to color
the entire row from Column A to Column AB? Appreciate any tips. Thanks.

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 Max to a entire row A1:D1 with E1 being Ma SunshineinFt.Myers[_2_] Excel Worksheet Functions 2 February 24th 09 05:38 AM
Conditional formatting of entire workbook computhom Excel Worksheet Functions 3 May 20th 08 03:00 AM
conditional formatting for entire row h20polo Excel Discussion (Misc queries) 2 June 20th 07 09:09 AM
Conditional Formatting Entire Row Daviv Excel Discussion (Misc queries) 1 December 18th 06 07:58 PM
conditional formatting of entire rows Mike Excel Discussion (Misc queries) 1 May 17th 06 02:36 PM


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