Query to select a large range of columns without manually entering each column Google Sheets

Viewed 855
1 Answers

you can use:

=ARRAYFORMULA(JOIN(",", "Col"&COLUMN(C:F)))

0

Related