Conditional Formatting Excel 2007

rtb2399

New Member
Joined
Dec 14, 2010
Messages
19
Hi,
I am using Excel 2007 and I have to columns G and J that I want to apply the following custom formula conditional formating too, but I have no idea how. If Column G is less than -2%, and Column J is greater then 2% then I want to highlight both of these cells one single color. I have been attempting going to Conditional Formating, and then creating a new formating rule using a formula to determine which cells to format, but I don't have a clue how to set up my formula to highlight both cells. Thank you so much in advance. If you have anyother questions please feel free to reach out to me.

-Tayor
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi,
I am using Excel 2007 and I have to columns G and J that I want to apply the following custom formula conditional formating too, but I have no idea how. If Column G is less than -2%, and Column J is greater then 2% then I want to highlight both of these cells one single color. I have been attempting going to Conditional Formating, and then creating a new formating rule using a formula to determine which cells to format, but I don't have a clue how to set up my formula to highlight both cells. Thank you so much in advance. If you have anyother questions please feel free to reach out to me.

-Tayor
Apply the formatting to one column and then do the same thing for the other column.

Use a formula like this:

=AND($G2<-0.02,$J2>0.02)
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,836
Members
452,947
Latest member
Gerry_F

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