Conditional Formatting

R

rook

I was trying the conditional formatting and I saw that there are three
conditions that can be used. Is there a way to have more that three
conditions?
 
R

Rogerio Takejame

No, only using VBA. If this is the case, use the Worksheet_Change event to
track any modifications in your sheet.
 
Top