TRANSPOSE
Supported, behaves as documentedCategory: Lookup and reference · Last tested 2026-08-06
Real, executed compatibility results for the TRANSPOSE function across Microsoft Excel, Google Sheets, and LibreOffice Calc — verified by actually running it. Syntax and links to each vendor’s official documentation are below.
Support matrix
| Engine | Documented | Live-tested | Verdict |
|---|---|---|---|
| Excel | Yes | Not yet | n/a |
| Google Sheets | Yes | Not yet | n/a |
| LibreOffice Calc | Yes | Yes (25.8.7.3, 2026-08-06) | Supported, behaves as documented |
LibreOffice version history
We executed the same test cases under each LibreOffice release to show exactly when TRANSPOSE’s support changed — not documentation claims, real results.
| LibreOffice version | Verdict | Tested |
|---|---|---|
| 24.2.0.3 | Supported, behaves as documented | 2026-07-19 |
| 24.8.7.2 | Supported, behaves as documented | 2026-07-19 |
| 25.2.0.3 | Supported, behaves as documented | 2026-07-24 |
| 25.8.7.3 | Supported, behaves as documented | 2026-08-06 |
Executed test cases
LibreOffice Calc 25.8.7.3 (tested 2026-08-06)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =TRANSPOSE(A1:C1) | 1x3 horizontal row transposed into a 3x1 vertical column | {1, 2, 3} | {{1}, {2}, {3}} | Matched |
| =TRANSPOSE(A1:C2) | 2 rows x 3 columns transposed into 3 rows x 2 columns | {1, 4, 2, 5, 3, 6} | {{1, 4}, {2, 5}, {3, 6}} | Matched |
| =TRANSPOSE(A1) | Degenerate 1x1 case: transposing a single cell yields the same single value | {5} | {{5}} | Matched |
| =TRANSPOSE(A1:B1) | A blank source cell transposes to 0, not an empty string, matching normal blank-cell-in-formula behavior | {5, 0} | {{5}, {0}} B1 is left unset (blank); its transposed position reads back as 0 |
Matched |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation