How to select column from 1 to n
I am trying to select transpose column by the column number,Considering there are too many column, is there a way to select from column(1) to column(n)I am currently using below method which won't work when n>9999.Thanks Transpose(
columns(
Column( 3 ),
Column( 4 ),
.............
Column( 9999 ))