Conditional formatting issue

Boorisher

New Member
Joined
Feb 10, 2024
Messages
2
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi

I am hoping you can help

I have a conditional formatting issue that has just started to operate different and need some answers
Example - I used cell formatting to make red and bold if one cell does not equal another cell

If cell A1 does not equal D1 then red bold text

I then want to copy it down the worksheet so that

If cell A2 does not equal D2 then red bold text
If cell A3 does not equal D3 then red bold text

but the next value A2 still refers to D1

I have tried removing the $ symbol before the 1 but it appears back and, I cannot get it to work

Cheers
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Does this work:
Formula:
Excel Formula:
=$A1<>$D1
Applies to:
Excel Formula:
=$A:$A

Book0002.xlsm
ABCD
1blahbla
2blubblubb
3abcabcdef
4xyzxyz1
Sheet4
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A:AExpression=$A1<>$D1textNO
 
Upvote 0
Does this work:
Formula:
Excel Formula:
=$A1<>$D1
Applies to:
Excel Formula:
=$A:$A

Book0002.xlsm
ABCD
1blahbla
2blubblubb
3abcabcdef
4xyzxyz1
Sheet4
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A:AExpression=$A1<>$D1textNO
Hi Pete
That's brilliant thank you , entered it as a formula and it works
And thanks for the quick reply
Cheers
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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