S
SAIKAT
Hi,
I have a set of data like below-
Col A COL B
aaa 1
aaa 10
aaa 19
aaa 37
aaa 46
aaa 55
bgyhu 29
bgyhu 65
cxs 35
cxs 71
ddbfh 2
ddbfh 11
ddbfh 20
ddbfh 38
ddbfh 47
ddbfh 56
edcsx 30
edcsx 66
hgf 28
hgf 64
jnhgv 8
jnhgv 17
jnhgv 26
jnhgv 44
jnhgv 53
jnhgv 62
kjds 6
kjds 15
kjds 24
kjds 42
kjds 51
kjds 60
Now I want to represent the data like this-
COL A COL B
aaa 1 10 19 37 46 55
bgyhu 29 29 65
cxs 35 35 71
I mean duplicates in col A should come only once with all its different
values by its side in a single row.Can this be done other than paste special,
transpose function, because for a huge array of data it is not possible to do
paste special and then transpose for a number of times
I have a set of data like below-
Col A COL B
aaa 1
aaa 10
aaa 19
aaa 37
aaa 46
aaa 55
bgyhu 29
bgyhu 65
cxs 35
cxs 71
ddbfh 2
ddbfh 11
ddbfh 20
ddbfh 38
ddbfh 47
ddbfh 56
edcsx 30
edcsx 66
hgf 28
hgf 64
jnhgv 8
jnhgv 17
jnhgv 26
jnhgv 44
jnhgv 53
jnhgv 62
kjds 6
kjds 15
kjds 24
kjds 42
kjds 51
kjds 60
Now I want to represent the data like this-
COL A COL B
aaa 1 10 19 37 46 55
bgyhu 29 29 65
cxs 35 35 71
I mean duplicates in col A should come only once with all its different
values by its side in a single row.Can this be done other than paste special,
transpose function, because for a huge array of data it is not possible to do
paste special and then transpose for a number of times