이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
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)결과: 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.