Conditional Formatting En Masse via Formulas

Aimee S.

Board Regular
Joined
Sep 28, 2010
Messages
236
Office Version
  1. 365
Platform
  1. Windows
Hey folks.

I have to sheets. They are formatted and organized exactly the same, with various value differences only.

For each cell (there are over 3,000) I have been adding one by one conditional formatting such that if D4 of the first sheet does NOT equal D4 of the second sheet, make the font bold and underlined for D4 in the first sheet.

The next cell would be the same deal: if 'First Sheet'!E4<>'Second Sheet'!E4, then format 'First Sheet'!E4 and so on.

The full range of cells on each sheet is D4:BQ47 (2,904 cells)

PLEASE tell me there's an easier way to do this as long as the sheets match up exactly layout wise!!! :(

It should be pointed out that there are already formulas producing the data in each of these 2,904 cells, so that is why I turned to the conditional formatting tool and did not opt for writing format formulas.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Ahh nevermind. I figured out how. Have to remove the dollar signs in the formula the right way and I can copy format paste to the rest of the sheet :)
 
Upvote 0
Select the whole range D4:BQ47, selecting by starting top left D4. This means that D4 is the active cell. Go into CF and in the Use Formula option (Formula Is: in pre Excel 2007) and use:
First Sheet'!D4<>'Second Sheet'!D4
making sure ther are NO $ symbols. Choose your fromat. OK.
QED
 
Upvote 0
Gah. Nevermind. I misread your instruction. It works fine now!! THANK YOU!!!!
 
Upvote 0

Forum statistics

Threads
1,224,605
Messages
6,179,860
Members
452,948
Latest member
UsmanAli786

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