Transpose row to column in Excel and Google Sheets
{=TRANSPOSE(A2:A3)} // doesn't ignore blanks
{=TRANSPOSE(FILTER(A2:A6, A2:A6<>""))} // ignore blanks
A2:A3 & A2:A6 = Ranges
ArrayFormula use "Ctrl+Shift+Enter" for both formulas
Check below for a detailed explanation with pictures and how to use formulas in Excel and Google Sheets.Transpose row to column in Excel
How to transpose row to column in Excel?Transpose row to column in Excel
TRANSPOSE ROW TO COLUMN — EXCEL FORMULA AND EXAMPLE
TRANSPOSE ROW TO COLUMN — EXCEL FORMULA AND EXAMPLE
{=TRANSPOSE(A2:A3)} // doesn't ignore blanks
{=TRANSPOSE(FILTER(A2:A6, A2:A6<>""))} // ignore blanks
💡 ArrayFormula use "Ctrl+Shift+Enter" for both formulas
Transpose row to column in Google Sheets
How to transpose row to column in Google Sheets?Transpose row to column in Google Sheets
TRANSPOSE ROW TO COLUMN — GOOGLE SHEETS FORMULA AND EXAMPLE
TRANSPOSE ROW TO COLUMN — GOOGLE SHEETS FORMULA AND EXAMPLE
=TRANSPOSE(A2:A3) // doesn't ignore blanks
=TRANSPOSE(FILTER(A2:A6, A2:A6<>"")) // ignore blanks
Other useful TRANSPOSE formulas in Excel and Google Sheets explained
- Transpose column to row
- Transpose column to row and ignore blank
- Transpose row to column and ignore blank
- Sum by month
- SUMIF cells if contains part of a text string
- Sum total sales based on quantity & price
- Combine date and time
- Convert 1-12 to month name
- Dynamic current date and time
- Count blank cell
- Count cell between two values
- Combine two or more cell
- Extract left before first space
- Extract the nth words in a text string
- Flip the first and last name
- SUMIF formulas and example
- SUMIFS formulas and example
- COUNTIF formulas and example
- IF formulas and example
- TEXT formulas and example
- CONVERT formulas and example
- Change the negative number to zero
- Change negative to positive numbers
- Calculate percentage changes for containing zero or negative values
- Convert date to text
- Convert time to text
- Convert weekday string to number
- Combine two or more cells with a line break
- Combine two or more cells and transpose
- Count cells over 10 characters
- Count cells that are not blank
- Count if cells contain a specific text
- Count cells that begin with a specific text
- COUNTIF based on multiple criteria