Conditional Formatting

WGarrison

Board Regular
Joined
Sep 9, 2008
Messages
52
Hello. I have a very simple sheet. I am trying to compare column G with Column K and if the values are not equal, conditional format them. This should be a very simple formula but it is not working. The formula I have for the conditional formatting is attached in the image. I should see results in row 17 and I am not. What am I doing wrong?

The only thing I can think of, I have a nested IF statement in column K and it doesn't like comparing hard value to an IF statement.
 

Attachments

  • Conditional Formatting.png
    Conditional Formatting.png
    84.5 KB · Views: 23

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Remvoe the IF(...) so it just reads $G2<>$K2, what you're are looking for is a condition when TRUE, so no IF required.
You might need to remove the $ too, so its just G2<>K2
 
Upvote 0
remove quotes and change into:
Excel Formula:
$G2<>$K2
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
You refer to various columns and rows in your description but we cannot see either in your image. ;)

Your CF formula has quotes around it. Remove those and also change the formula to simply
=G2<>K2
Also make sure the "2"s in that formula are the same as the row of the active cell. Your image looks like the active cell might actually be row 1 - but hard to tell from the image.

For the future:
I suggest that you investigate XL2BB for providing sample data & expected results to make it easier for helpers to understand just what you have & where it is and also what you want & where it is to be. If you have trouble with XL2BB review the "XL2BB Icons greyed out" link in the 'Known XL2BB issues' section near the top of the XL2BB Instructions page linked above.
 
Last edited:
Upvote 0
Solution

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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