View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ANDNAND ANDNAND is offline
external usenet poster
 
Posts: 7
Default Conditional formatting limit to 3 Excel 2003

Hi,

Is there a way to increase the number of conditions?

Here are my conditions:
1) Formula is =$R7="WP"
Format: Bold white font + red Pattern
2) Formula is =$R7="PIP"
Format: Bold white font + blue Pattern
3) Formula is =$R7="BD"
Format: Bold white font + black Pattern
This applies to any row from column A to column R

I need to add at least 3-5 more conditions.

Is this done using VBA?, can someone provide the code for it?


Thank you,

Andrew