Returns the array in a single column.
Questa funzione funziona in Google Sheets esattamente come in Excel — stessa sintassi e stessi argomenti.
TOCOL(array, [ignore], [scan_by_column])The TOCOL function transforms an array or range into a single column. It allows you to specify whether to ignore blanks or errors, and whether to scan the source data by row or by column.
=TOCOL(A1:B2)Risultato: Values in a single column
Converts the 2x2 range A1:B2 into a 4x1 column.
Yes, TOCOL flattens any array or range into a single column regardless of its original dimensions.