Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
for Expl:im using an IF formula: IF(Sum(E6:E15)100,TRUE,FALSE)
i want True value to be shown in same cell in Blue while False to be shown in Red in same cell.can it be done??? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Take a look at Conditional Formatting in XL Help.
In article , kashof wrote: for Expl:im using an IF formula: IF(Sum(E6:E15)100,TRUE,FALSE) i want True value to be shown in same cell in Blue while False to be shown in Red in same cell.can it be done??? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Say the cell you want to conditionally format is E1.
In E1, enter this formula: =Sum(E6:E15)100 AND format E1 to a pattern of RED. NOW, select E1 and from the menu bar: <Format <Conditional Format Change "Cell Value Is" to "Formula Is", And enter the *same* formula in the right window: =Sum(E6:E15)100 Click on "Format", And set the pattern color to BLUE, Then <OK out. E1 will now be RED, and display FALSE until the values in E6 to E15 are greater then 100, which will change the display in E1 to TRUE, and change the color to BLUE. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "kashof" wrote in message ... for Expl:im using an IF formula: IF(Sum(E6:E15)100,TRUE,FALSE) i want True value to be shown in same cell in Blue while False to be shown in Red in same cell.can it be done??? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yes. Look up conditional formatting in Excel help. Note that you'll need
the option for "Formula is" rather than "Cell Value is". Note also that you need to be careful that Excel doesn't try to change the formula for you. Start the formula with an = sign or else it'll probably start throwing quote marks around. If you are using the formula across a range of cells you need to be careful about the distinction between relative and absolute addressing. When you've completed your conditional formatting, go back in to make sure Excel hasn't changed it for you and that it's left you with the formula you want. It sounds like you need =Sum(E6:E15)100 for Blue and =Sum(E6:E15)<=100 for Red -- David Biddulph "kashof" wrote in message ... for Expl:im using an IF formula: IF(Sum(E6:E15)100,TRUE,FALSE) i want True value to be shown in same cell in Blue while False to be shown in Red in same cell.can it be done??? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lost highlighting and font colors; background colors on web pages | Excel Discussion (Misc queries) | |||
How to add differnt font colors to Formula results | Excel Discussion (Misc queries) | |||
Format a cell to recognize data and change font colors accordingly | Excel Worksheet Functions | |||
How do I change the font color based on results of an IF stateme | Excel Worksheet Functions | |||
Formula results in font color change | Excel Worksheet Functions |