B
bren
Hi
I have this data:
A B C D
1 code1 name1
2
3
4
5
6
7
8
9
10 code2 name2
I have each ten rows a code in column A and other data in the other
columns.
I want the codes that repeat each ten rows to show in column D like
this:
A B C D
1 code1 name1 code1
2 code2
3
4
5
6
7
8
9
10 code2 name2
Thank you so much
I have this data:
A B C D
1 code1 name1
2
3
4
5
6
7
8
9
10 code2 name2
I have each ten rows a code in column A and other data in the other
columns.
I want the codes that repeat each ten rows to show in column D like
this:
A B C D
1 code1 name1 code1
2 code2
3
4
5
6
7
8
9
10 code2 name2
Thank you so much