Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use conditional formatting to generate 3 *_formats_*.
Add that to the basic format setting on the cell, and it gives you a total of 4. With a VB event procedure you can have as many formats as you want. But the number of *_conditions_* is another matter. Imagine you want to turn the cell green if any one of 5 conditions are met. You would do: Formula is =OR(condition1,condition2,condition3,condition4,co ndition5) condition1 might be something like B2="hello" does that help? -- Allllen "Al_Doug" wrote: Using Conditional formatting, I can only create up to three conditions. Can I use formulas or VB code to exceed three conditions? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formats don't print | Excel Discussion (Misc queries) | |||
Conditional formatting should allow more than three conditions. | Excel Discussion (Misc queries) | |||
Paste Special Formats Generated by Conditional Formatting | Excel Discussion (Misc queries) | |||
Why do conditional formats appear by themselves in Excel 2003? | Excel Discussion (Misc queries) | |||
how do I apply more than 3 conditional formats in excel | Excel Discussion (Misc queries) |