an additional Conditional Format

shaftdx

Board Regular
Joined
Aug 20, 2018
Messages
136
Office Version
  1. 2011
Platform
  1. MacOS
I don't even know how to word this, but here we go. I am trying to make a spreadsheet for our Fuel for the company I work for. I have 3 conditional formatting formulas already in place that turn the row a different color if the conditions are met. I need a formula so that if a cell in column "G" is different that the same in column "D" it will let me know. I think it is an IFTHEN statement but I have no idea.
 

Attachments

  • Screen Shot 2020-10-23 at 1.26.54 PM.png
    Screen Shot 2020-10-23 at 1.26.54 PM.png
    72 KB · Views: 7

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
How about
Excel Formula:
=G2<>D2
 
Upvote 0
How about
Excel Formula:
=G2<>D2
I spent yesterday and part of today trying to make this work, and it is not. I so not get it. Almost everything highlighted. I don't know if there is something wonky with the calculation I have or what.
 
Upvote 0
What range are you selecting before you are applying the Conditional Formatting formula?
Note that you need to write it as it applies to the first cell in your selected range.
You will also want to lock down the column references, if you are selecting multiple columns, i.e.
Excel Formula:
=$G2<>$D2
 
Upvote 0
If you have formulae in either of those columns, it's probably a rounding error
Try
Excel Formula:
=ROUND(G3,2)<>ROUND(D3,2)
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,845
Members
449,051
Latest member
excelquestion515

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