Converts a vertical range of cells into a horizontal range, or vice versa.
Bu işlev, Google E-Tablolar'da Excel'deki gibi çalışır — aynı söz dizimi ve bağımsız değişkenler.
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)Sonuç: 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.