Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i did a condition formating where by if B2 cell is smaller than 50 it will be
colored with red. However the B2 cell is 'defaulted' red even before I fill up its value. It should not be color until B2 is fill up. How do I do it? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In the Formula Is panel of the Conditional Format, enter this:
=AND(ISNUMBER(B2),B2<50) Hope this helps. Pete |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select cell B2, and choose Format Conditional Formatting
From the first dropdown, choose Formula Is In the formula box, type: =AND(B2<"",B2<50) Click the Format button, and on the Patterns tab, select Red Click OK chiuinggum wrote: i did a condition formating where by if B2 cell is smaller than 50 it will be colored with red. However the B2 cell is 'defaulted' red even before I fill up its value. It should not be color until B2 is fill up. How do I do it? -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formating a cell .. to Show Nothing .. if True | Excel Worksheet Functions | |||
conditional formating dates | Excel Worksheet Functions | |||
conditional formatting - multiple condition | Excel Discussion (Misc queries) | |||
Conditional Formating | Excel Discussion (Misc queries) | |||
Add condition to formula | Excel Worksheet Functions |