O
orbii
Hi, is there any other ways of collecting unique data (anything, not just
numbers) from a verti column and transpose it to hori row?
example
from
qwerty1
qwerty1
qwerty2
qwerty2
qwerty2
qwerty3
qwerty3
to
qwerty1 qwerty2 qwerty3
in php there's ways for me to do it through arrays' functions. but i want to
avoid using vba because i also want to be able to use autofill to do the
job. can it be done?
i've tried adding another column to the left and using an
if(r1=r2,,count(r$1:r1)+1), this would create a index like skipping all the
dub rows. then using vlookup to transpose it. it works, but for what i
want to do, it might create a lot more columns for nothing.
thanks in advance, orbii
numbers) from a verti column and transpose it to hori row?
example
from
qwerty1
qwerty1
qwerty2
qwerty2
qwerty2
qwerty3
qwerty3
to
qwerty1 qwerty2 qwerty3
in php there's ways for me to do it through arrays' functions. but i want to
avoid using vba because i also want to be able to use autofill to do the
job. can it be done?
i've tried adding another column to the left and using an
if(r1=r2,,count(r$1:r1)+1), this would create a index like skipping all the
dub rows. then using vlookup to transpose it. it works, but for what i
want to do, it might create a lot more columns for nothing.
thanks in advance, orbii