![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I would like to know how to automatically highlight a row if one of the cells
in the row meets certain criteria. I have managed to highlight the cell with conditional formatting but would like to be able to highlight the entire row. |
| Ads |
|
#2
|
|||
|
|||
|
Apply conditional Formatting to all cells of the row, with a formula like
=C10="testvalue" HTH -- AP "simonvrowley" > a écrit dans le message de ... > I would like to know how to automatically highlight a row if one of the cells > in the row meets certain criteria. I have managed to highlight the cell with > conditional formatting but would like to be able to highlight the entire row. |
|
#3
|
|||
|
|||
|
Hi Simon,
Select the rows you want conditional formatting to apply to, then in conditional formatting enter this formula (suppose the condition is: cell value in column A = "condvalue"): =INDIRECT("A"&ROW())="condvalue" and choose a format! Replace ="condvalue" to your real condition, or post it to compose the formula! Regards, Stefi „simonvrowley†ezt Ã*rta: > I would like to know how to automatically highlight a row if one of the cells > in the row meets certain criteria. I have managed to highlight the cell with > conditional formatting but would like to be able to highlight the entire row. |
|
#4
|
|||
|
|||
|
Sorry: my solution did not answer the question!
-- AP "simonvrowley" > a écrit dans le message de ... > I would like to know how to automatically highlight a row if one of the cells > in the row meets certain criteria. I have managed to highlight the cell with > conditional formatting but would like to be able to highlight the entire row. |
|
#5
|
|||
|
|||
|
Hi,
When u apply Conditional Formatting to a single cell, this means only that single cell will be formatted when criteria returns the answer as TRUE. Try applying your Conditional Formatting to all the other cells in the range as well. Don't forget to lock the reference cell by preceeding the cell address (ie. column or row) with the $ sign (example $A1 will ensure all the cells in the same row will refer to column A). Sample: 1 .Open a new blank sheet & select range A1 102. Conditional Formatting : Formula is =$A1="OK" 3. Then type "OK" in any cell betwen A1:A10 You should be able to see the effect of your conditional formatting whenever Ok is entered into any cell in A1:A10 Hope this helps. -- Edmund (Using Excel XP) "simonvrowley" wrote: > I would like to know how to automatically highlight a row if one of the cells > in the row meets certain criteria. I have managed to highlight the cell with > conditional formatting but would like to be able to highlight the entire row. |
|
#6
|
|||
|
|||
|
Apply the conditional formatting to all the cells in the row
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I automatically fill a cell based on another cell in Excel | SouthCarolina | Excel Discussion (Misc queries) | 3 | January 13th 06 12:52 AM |
| How can I automatically highlight a cell that has changed value | JackCig | Excel Worksheet Functions | 1 | December 21st 05 06:41 PM |
| Copy cell format to cell on another worksht and update automatical | kevinm | Excel Worksheet Functions | 21 | May 19th 05 11:07 AM |
| Changing Cell formats to date fields automatically | PCLIVE | Excel Worksheet Functions | 3 | April 12th 05 10:34 PM |
| "criteria" in a sumif refering to the value in another cell | mark | Excel Discussion (Misc queries) | 1 | January 31st 05 07:39 PM |