Hi I have a table MM
I need to be able to read the first value in Column A, and match it to the second value in Column A.
For example would have something like this as values in column A
test1
test2
test3
test1
test1
test2
Find the match in row 1 4, and 5
Find the match in row 2 and 6
Write values of Row 1, 4, and 5 to a New table
Write values of row 2, and 6 to same new table
I have no idea where to even start.
Can anyone offer any guidance.
Thank you
I need to be able to read the first value in Column A, and match it to the second value in Column A.
For example would have something like this as values in column A
test1
test2
test3
test1
test1
test2
Find the match in row 1 4, and 5
Find the match in row 2 and 6
Write values of Row 1, 4, and 5 to a New table
Write values of row 2, and 6 to same new table
I have no idea where to even start.
Can anyone offer any guidance.
Thank you