Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Experts:
I got a nested 'IF'-Formula in an excel cell that returns nothing if the condition is false. I would like to conditionally format this cell with grey shading if the condition is true and a string value is displayed. How can this be achieved using excel conditional formating functionality ? Help is much appreciated. Thank you very much in advance. Regards, Andreas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Let's say your doing this conditional formatting in cell K17. In conditional formatting (xl2003) choose the FormulaIs: option and enter: =$K$17<"" choose your formatting and OK. In xl2007, choose NewRule..., then 'Use a formula to determine which cells to format' and in the 'Format values where this formula is true' field, use the formula given above, set your format and OK. Make sure there are no other conditional formats interfering in the same cell. andreashermle;731842 Wrote: Dear Experts: I got a nested 'IF'-Formula in an excel cell that returns nothing if the condition is false. I would like to conditionally format this cell with grey shading if the condition is true and a string value is displayed. How can this be achieved using excel conditional formating functionality ? Help is much appreciated. Thank you very much in advance. Regards, Andreas -- p45cal *p45cal* ------------------------------------------------------------------------ p45cal's Profile: http://www.thecodecage.com/forumz/member.php?u=558 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=205130 http://www.thecodecage.com/forumz |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Select the cell, in my example I will use A1, goto conditional formatting Condition1: Formula is enter this formula: =A1<"" Select the desired formatting. Hopes this helps. .... Per On 26 Maj, 17:55, andreashermle wrote: Dear Experts: I got a nested 'IF'-Formula in an excel cell that returns nothing if the condition is false. I would like to conditionally format this cell with grey shading if the condition is true and a string value is displayed. How can this be achieved using excel conditional formating functionality ? Help is much appreciated. Thank you very much in advance. Regards, Andreas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting Applied when Statement Not True | Excel Discussion (Misc queries) | |||
Using Conditional Formatting to write Text Value only if true | Excel Programming | |||
Conditional Formatting if a certain condition is met | Excel Programming | |||
IF statement and color formatting for cell B1 for condition in A1 | Excel Worksheet Functions | |||
Conditional Formatting for True/False | Excel Programming |