google spreadsheet - Spread TRANSPOSE function over non-adjacent columns -
when create array in google spreadsheets, , use transpose
function on array, new array, in first cell has transpose
formula , remaining cells have continue
function.
i want put new column between each column in new array, whenever add column, cells of array on right of new column shift left taking on new column, such there no gaps between new array cells.
i tried cutting , pasting continue
functions elsewhere, change reversed every time.
an ideas on how split transpose
function on non-adjacent columns?
note: reason want want add data against each column new array.
thanks in advance.
use noexpand function. example:
=noexpand(transpose(a1:a10))
this transpose array 10 contiguous cells. however, should able insert columns within output, , shift continue functions accordingly.
https://support.google.com/drive/bin/answer.py?hl=en&answer=71291
Comments
Post a Comment