Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In column W row 2 I have a formula eg:
=IF(AND(L2<=5,V2<=7.1),V2,"") copied down to row 1001 not every row has a result , lots of rows are blank . The numbers in column W need to be in red font L V W 2 6.6 22.4 3 0.4 18.3 4 2.0 9.7 5 6.8 0.2 6 2.6 5.1 5.1 7 -0.5 16.3 8 0.2 -4.5 -4.5 and so on Can some one help me with this please? -- bill gras |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Because your formula is returning a Null string for false these cells will appear empty so why not select the column and format all cells as Bold & Red then when the formula evaluates as TRUE you will get that font displayed. Mike "bill gras" wrote: In column W row 2 I have a formula eg: =IF(AND(L2<=5,V2<=7.1),V2,"") copied down to row 1001 not every row has a result , lots of rows are blank . The numbers in column W need to be in red font L V W 2 6.6 22.4 3 0.4 18.3 4 2.0 9.7 5 6.8 0.2 6 2.6 5.1 5.1 7 -0.5 16.3 8 0.2 -4.5 -4.5 and so on Can some one help me with this please? -- bill gras |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
1. Select the cell/Range (say W1:W1000). Please note that the cell reference
W1 mentioned in the formula is the active cell in the selection. Active cell will have a white background even after selection 2. From menu FormatConditional Formatting 3. For Condition1Select 'Formula Is' and enter the below formula =W1<"" 4. Click Format ButtonPattern and select your color (say Red) 5. Hit OK PS: If you are using XL2007 Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a formula to determine which cells to format. Enter the formula in the box below. -- Jacob "bill gras" wrote: In column W row 2 I have a formula eg: =IF(AND(L2<=5,V2<=7.1),V2,"") copied down to row 1001 not every row has a result , lots of rows are blank . The numbers in column W need to be in red font L V W 2 6.6 22.4 3 0.4 18.3 4 2.0 9.7 5 6.8 0.2 6 2.6 5.1 5.1 7 -0.5 16.3 8 0.2 -4.5 -4.5 and so on Can some one help me with this please? -- bill gras |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Click on column W to select the whole column and then click the font colour
button and select Red. "bill gras" wrote: In column W row 2 I have a formula eg: =IF(AND(L2<=5,V2<=7.1),V2,"") copied down to row 1001 not every row has a result , lots of rows are blank . The numbers in column W need to be in red font L V W 2 6.6 22.4 3 0.4 18.3 4 2.0 9.7 5 6.8 0.2 6 2.6 5.1 5.1 7 -0.5 16.3 8 0.2 -4.5 -4.5 and so on Can some one help me with this please? -- bill gras |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using colour within a formula | Excel Discussion (Misc queries) | |||
colour in a formula | Excel Discussion (Misc queries) | |||
formula for colour | Excel Worksheet Functions | |||
change a cell background colour to my own RGB colour requirements | Excel Discussion (Misc queries) | |||
Text in Blue colour, but print in black colour | Excel Worksheet Functions |