G
gary
If the first 11 characters in C2 = the first 11 characters in C1, how can I move the contents of C2 to D1?
Example:
C D
123456789-0
123456789-0
234567890-1
345678901-2
345678901-2
345678901-2
456789101-3
567890123-4
Result:
C D
123456789-0 123456789-0
234567890-1
345678901-2 345678901-2
345678901-2
345678901-2
456789101-3
567890123-4
(Col A has 30,000 cells containing data)
Example:
C D
123456789-0
123456789-0
234567890-1
345678901-2
345678901-2
345678901-2
456789101-3
567890123-4
Result:
C D
123456789-0 123456789-0
234567890-1
345678901-2 345678901-2
345678901-2
345678901-2
456789101-3
567890123-4
(Col A has 30,000 cells containing data)