lmaocopter
New Member
- Joined
- May 4, 2018
- Messages
- 10
Hey, i'm struggling to make a macro which looks up column made out of 5-90rows in another column in exactly same positions.
example:
column 1:
asd
asd2
dfd
dfd
33h8
reg3
sfd
11d
ads6
hef3
fe2
hrt6
rhw4
2f1
fef0
jj
column 2:
reg3
sdf
11d
ads6
In current state that'd find only 1 column made out of exact order of the rows. I need to find every other possible appeareance of column 2. Can you please help me figure it out? (column 1 has 5000+ rows and i need to repeat this for 50 versions of column 2)
example:
column 1:
asd
asd2
dfd
dfd
33h8
reg3
sfd
11d
ads6
hef3
fe2
hrt6
rhw4
2f1
fef0
jj
column 2:
reg3
sdf
11d
ads6
In current state that'd find only 1 column made out of exact order of the rows. I need to find every other possible appeareance of column 2. Can you please help me figure it out? (column 1 has 5000+ rows and i need to repeat this for 50 versions of column 2)
Last edited: