Multi conditional formatting in excel

paolfili

New Member
Joined
Mar 25, 2011
Messages
8
Hello.
Is there any way (VBA?) to obtain a multi- conditional formatting in
an excel region?
i.e. I can red-color cell on condition#1 (region's cell < -1).
I want add green-color cells on condition#2 (region's cell > 1)
Is it possible in some way?
Thanks

Paolo
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Try like this

Excel Workbook
A
1-2
20
3-1
42
50
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A11. / Formula is =A1>1Abc
A12. / Formula is =A1<-1Abc
 
Upvote 0

Forum statistics

Threads
1,224,597
Messages
6,179,813
Members
452,945
Latest member
Bib195

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top