concatenation - MS Excel copy integers on same spreadsheet -
i have integers copied excel spreadsheet:
1 2 3 4 5 6 7 8 9 10
with formula, i'd copied somewhere else on same excel sheet. =a1:a10 doesn't helpful , reports 1 of values, a1 field.
what's trick have data copied different set of fields?
i've tried =text(a1:a10), =concatenate(a1:a10), rows, columns
so point , laugh @ me, please tell me what's simple trick duplicate data on same exact spreadsheet!
edit... work if =e4 in 1 cell followed =e5, =e6 in own cells, still need have commas between each value. example: 1,2,3,4,5,6,7,8,9,10.
as see below, concatenate worked me.
thanks!
turns out needed comma between each entry. figured out how concatenate works , use that.
works me:
=concatanate(a1,",",a2,",",a3,",",a4,",",a5,",",a6,",",a7,",",a8)
result:
1,2,3,4,5,6,7,8
Comments
Post a Comment