Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel formatting

I am trying to get an entire row to highlight when a
certain cell in the row equals something. Is this
possible? I know how to get the individual cell to
highlight, just not the whole row to apply to the one cell.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Excel formatting

Hi Jayne!

Taking Row 29 as an example:

Select the row by clicking the Row Number
Format Conditional Formatting
Formula Is
=$A$29=17
Format Button
Select format to taste
OK
OK

Now enter 17 in A29 and you'll see that the format applies to the
whole row.


--
Regards
Norman Harker MVP (Excel)
Sydney, Australia



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel formatting

I assume you are using conditional formatting.

Select the whole row with the cell in column A as the activecell

Assume the trigger cell is F

for illustration purposed, assume we are working on row 10 and if F10 is
greater than 10, we will change the color of the row

with the row 10 selected and A10 as the activeCell (reverse highlight)

Format=Conditional Formatting

Change the Cell Value is to Formula is in the first dropdown

in the text box put in the formula
=$F1010
then click the format button, select the pattern tab, select your highlight
color, then OK out of conditional formatting.

If you want to format several rows this way, just select all the rows and
write the above formula for the row that has the active cell. The row is
relative in the formula, so it would adjust for each of the selected rows.
The column is absolute, so each cell would be formatted according to the
value in that column (F in the example) for the particular row.

--
Regards,
Tom Ogilvy

"Jayne" wrote in message
...
I am trying to get an entire row to highlight when a
certain cell in the row equals something. Is this
possible? I know how to get the individual cell to
highlight, just not the whole row to apply to the one cell.

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
Formatting lost when saving excel 2003 file using excel 2007 Anamika Excel Discussion (Misc queries) 1 December 29th 08 04:24 PM
"Excel encountered an error and had to remove some formatting toavoid corrupting the workbook. Please re-check your formatting carefully." Greg Lovern Excel Discussion (Misc queries) 0 July 18th 08 09:42 PM
Saving Excel 2007 conditional formatting in Excel 2003 format [email protected] Excel Discussion (Misc queries) 0 March 28th 08 06:42 AM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
expanding custom formatting without removing existing cell formatting? Keith Excel Worksheet Functions 3 December 27th 06 01:54 PM


All times are GMT +1. The time now is 04:41 PM.

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"