Converts a vertical range of cells into a horizontal range, or vice versa.
이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
TRANSPOSE(array)The TRANSPOSE function flips the orientation of an array or range of cells. It is a dynamic array function that automatically spills the results into the required number of cells.
=TRANSPOSE(A1:A3)결과: B1:D1
Converts a column range A1:A3 into a row range starting at B1.
Yes, as a dynamic array function, it updates automatically when the source data changes.