montecarlo2012
Well-known Member
- Joined
- Jan 26, 2011
- Messages
- 986
- Office Version
- 2010
- Platform
- Windows
Hi.
I will try to be Very Clear in the way to explain this.
I am comparing sets of 6 numbers what I want is to be sure that I dont have any Set
of numbers equal or duplicates
Example
If I have in the sheet 2 in a row, the number 6-21-22-30-45-51 I dont want this
ROW, to be duplicate, reason why I remark about Row by Row.
I am not thinking even for a second about columns.
ALL ARRAY ARE DYNAMICS.
Sheet 2 array . SIZE at this moment is [L2:Q46] this is the array need to be unique.
Compare SHEET 2 ►AGAINST◄ SHEET 3 to find duplicates
SHEET 3 SIZE at this moment is (R1:W2577)
START
SHEET2 row(L2:Q2) against [sheet3 (R1:W1)]
IF row L2:Q2 = R1:W1 then
Highlight Sheet2 ROW L2:Q2
DO the same Row by Row until find the last Row on both arrays
END
Is finding and specific Sequence of numbers.
Thank you for reading this post.
(P L E A S E this is NOT a repeated idea OR post, comparing with one of my latest post, maybe close, but NOT equal).
I will try to be Very Clear in the way to explain this.
I am comparing sets of 6 numbers what I want is to be sure that I dont have any Set
of numbers equal or duplicates
Example
If I have in the sheet 2 in a row, the number 6-21-22-30-45-51 I dont want this
ROW, to be duplicate, reason why I remark about Row by Row.
I am not thinking even for a second about columns.
ALL ARRAY ARE DYNAMICS.
Sheet 2 array . SIZE at this moment is [L2:Q46] this is the array need to be unique.
Compare SHEET 2 ►AGAINST◄ SHEET 3 to find duplicates
SHEET 3 SIZE at this moment is (R1:W2577)
START
SHEET2 row(L2:Q2) against [sheet3 (R1:W1)]
IF row L2:Q2 = R1:W1 then
Highlight Sheet2 ROW L2:Q2
DO the same Row by Row until find the last Row on both arrays
END
Is finding and specific Sequence of numbers.
Thank you for reading this post.
(P L E A S E this is NOT a repeated idea OR post, comparing with one of my latest post, maybe close, but NOT equal).