M
maryj
I have data such as:
GLN Master SAP
1234 3333
4444
4567 7878
8888
9999
6789 4545
3535
This was created from a pivot. At each change in GLN (Col A) I need it to
select the first value in SAP (Col C) and paste in all rows for the group in
the Master column (Col B) The result like:
1234 3333 3333
3333 4444
4567 7878 7878
7878 8888
7878 9999
6789 4545 4545
4545 3535
the number of rows for each GLN group will vary - usually 2 but sometimes
more.
Thanks for you help!!
GLN Master SAP
1234 3333
4444
4567 7878
8888
9999
6789 4545
3535
This was created from a pivot. At each change in GLN (Col A) I need it to
select the first value in SAP (Col C) and paste in all rows for the group in
the Master column (Col B) The result like:
1234 3333 3333
3333 4444
4567 7878 7878
7878 8888
7878 9999
6789 4545 4545
4545 3535
the number of rows for each GLN group will vary - usually 2 but sometimes
more.
Thanks for you help!!