Conditional Formatting with Formula

janema

Board Regular
Joined
Nov 28, 2022
Messages
117
Office Version
  1. 365
  2. 2021
  3. 2019
  4. 2011
  5. 2010
Platform
  1. Windows
  2. Mobile
I am trying to get the conditional formatting formula to highlight the cell if it does not equal the cell to it's left. See example below. I tried using =Y3<>X3, =$Y$3<>$X$3, =$Y3<>$X3, as well as writing out the formula in the conditional formatting box like =if(Y3<>X3), but not luck. Can anyone help me understand what I'm doing wrong?

If the value in column Y does not equal the value in column X (starting from row 3), I just want it to conditionally format, but it won't cooperate :(

1691978806711.png


Thank you in advance for your help and insight into this!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
That is one of the first things I tried, but it's incorrectly highlighting cells. :( Just doesn't want to work for me. Unless I am STILL missing something.

View attachment 97272

Results:

View attachment 97273
Yes, you still are not understanding what we are telling you!
Your formula has to match the range it is being applied to! You are still off one row.

1692220711491.png


It the image above, the part I circled and listed as number 1 has the formula:
Rich (BB code):
=$X2<>$W2

But the range you are applying it to (image number 2) starts on row 3:
Rich (BB code):
=$X$3:$X$250

That means that cell X3 is using the formula:
=$X2<>$W2
and cell X4 is using formula:
=$X3<>$W3
and so on.

So your formula is off one row.

When writing your formula, you want to write it as it applies to the very FIRST cell in your applies to range.
Since that cell is X3, your formula above should be:
=$X3<>$W3

Now does it make sense?
 
Upvote 0
if your range is =$X3$X250 FORMULA needs to be =$X3<>$W3
Go to conditional (1) formatting - (2) Manage Rules- (3) Edit Rule
1
1692221322497.png


2
1692221184739.png


3
update your formula to be like below.
1692221229578.png
 
Upvote 0
Solution
Yes, you still are not understanding what we are telling you!
Your formula has to match the range it is being applied to! You are still off one row.

View attachment 97277

It the image above, the part I circled and listed as number 1 has the formula:
Rich (BB code):
=$X2<>$W2

But the range you are applying it to (image number 2) starts on row 3:
Rich (BB code):
=$X$3:$X$250

That means that cell X3 is using the formula:
=$X2<>$W2
and cell X4 is using formula:
=$X3<>$W3
and so on.

So your formula is off one row.

When writing your formula, you want to write it as it applies to the very FIRST cell in your applies to range.
Since that cell is X3, your formula above should be:
=$X3<>$W3

Now does it make sense?

While your help is very, very much appreciated, there is not need to yell. Excel kept automatically changing that number on me, so I didn't know it changed it again there. I'm not purposely not listening.
 
Upvote 0
While your help is very, very much appreciated, there is not need to yell. Excel kept automatically changing that number on me, so I didn't know it changed it again there. I'm not purposely not listening.
Who's yelling?:unsure:
In the on-line world, typing in all caps is how yelling is communicated.

The beginning of my response was actually an answer to your question/comment here:
Just doesn't want to work for me. Unless I am STILL missing something.
Perhaps it would have flowed a bit better if I included that quote above my reply, so it is clear what that was in response to.

It appeared to me that you still weren't understanding what we were explaining, because the image you posted had the exact same situation/issue that we were telling you about.
Sometimes, it is easier to just clear all rule from the sheet and start over than to edit an existing one.
 
Upvote 1
Who's yelling?:unsure:
In the on-line world, typing in all caps is how yelling is communicated.

The beginning of my response was actually an answer to your question/comment here:

Perhaps it would have flowed a bit better if I included that quote above my reply, so it is clear what that was in response to.

It appeared to me that you still weren't understanding what we were explaining, because the image you posted had the exact same situation/issue that we were telling you about.
Sometimes, it is easier to just clear all rule from the sheet and start over than to edit an existing one.

Thank you for clarifying. I guess I mistook the exclamation point as yelling. I always interpreted exclamation point as yelling and all caps as SCREAMING. haha. Anyway, yeah, I didn't realize Excel kept automatically reverting the 2 to a 3 every time I hit "apply." It was weird. I think my Excel is wonky. Thank you again for your help and explanations.
 
Upvote 0
You are welcome.

Sorry for the miscommunication.
Sometimes tone can be hard to convey and misinterpretted in writing.
I often use exclamation points to draw attention to important points (along with underlining and/or bold text, etc).
 
Upvote 1

Forum statistics

Threads
1,215,073
Messages
6,122,976
Members
449,095
Latest member
Mr Hughes

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