Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I would like to apply conditional formatting to a row if there is a value (any value) in a particular cell within that row. Could someone please explain to me how this would be done. Thank you! :) -- chriskxp2123 ------------------------------------------------------------------------ chriskxp2123's Profile: http://www.excelforum.com/member.php...o&userid=25833 View this thread: http://www.excelforum.com/showthread...hreadid=394777 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try this: 1. Select the rows to be formatted 2. Choose FormatConditional Formatting... 3. From the first drop-down list, choose Formula Is 4. In the text box, enter a formula that refers to the active cell i the selection. For example: =$B275 Use an absolute reference to column B ($B), to ensure that th conditional formatting in all columns refers to the value in column B Otherwise, the formula will be adjusted in each column, and won't wor properly. :cool -- chriskxp212 ----------------------------------------------------------------------- chriskxp2123's Profile: http://www.excelforum.com/member.php...fo&userid=2583 View this thread: http://www.excelforum.com/showthread.php?threadid=39477 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
wrote:
3. From the first drop-down list, choose Formula Is Which should be the default. I use Conditional Formatting all the time. But I have never used the default Cell Value Is. Don <www.donwiss.com (e-mail link at home page bottom). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Formatting Conditional Formatting Icon Sets | Excel Discussion (Misc queries) | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |