Comparison check and advise the changes

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,226
Office Version
  1. 2007
Platform
  1. Windows
Not sure how to explain but here goes.
I need to be advised of values that have changed from one range of values compared to another.

Example.
Each cell will have 2 values.
Range 1 = A1 - C3
Range 2 = F1 - H3
The range will be a larger size but just keeping it simple to explain.

Values will be added in both ranges & the code will advise a difference in the two.

Example
3 x 3 grid
A1 value will be compared to F1
C2 value will be compared to G2

Highlite cell in second range that is different.

Cell values will be like
A3 FF 14 A3 FF 14
S7 12 F1 DT 12 FG
FF FF FF. G1 FF FF

Once code has been run the values DT FG G1 will be show highlighted.

The actual size of the grid when I come to do this will be like 10 x 10 so the code needs to know the starting point of each grid so the cell to cell comparison is correct.

Hope that makes sense.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
No code needed. Just use conditional formatting:

Book1
ABCDEFGH
1A3FF14A3FF14
2S712F1DT12FG
3FFFFFFG1FFFF
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
F1:H3Expression=A1<>F1textNO
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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