Conditional Formatting issue

Jeffrey Green

Well-known Member
Joined
Oct 24, 2007
Messages
1,021
i have a list of 100,000 rows.
the first 52229 rows or so are fine.

i pulled in the Tariff code into column AC, starting in row 52330 (everything above is fine, now i want to check tariff numbers)
i have the Tariff number used in column G.
So Column G should match the correct Tariff in column AC. (in a perfect world)

I want to condtionally format AC, so that if AC <> G, then red fill . . .

having a challenge doing this.

thoughts??
thanks
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Maybe something like
=isnumber(match(AC52330,G$2:G$52229,0))
 
Upvote 0
hi, thanks . . . not sure how that would work . . .
if all rows were bad, let's start at row 1.

I need AC1 to equal G1
I need AC2 to equal G2
etc.

thanks
 
Upvote 0
In that case just use =AC1<>G1
 
Upvote 0

Forum statistics

Threads
1,213,527
Messages
6,114,144
Members
448,552
Latest member
WORKINGWITHNOLEADER

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