ExcelExcel 2024+
TOROW function in Excel
Returns the array in a single row
=TOROW(array, [ignore], [scan_by_column])TOROW syntax and parameters
Three arguments, one required.
- arrayarrayRequired
- ignoreanyOptional
- scan_by_columnanyOptional
TOROW examples
Formulas you'll actually reuse.
A column of month names turned into a header row:
=TOROW(A2:A13)A grid read into one row, skipping blanks and errors (ignore = 3):
=TOROW(B2:D5, 3)
TOROW in Google Sheets
Same name — your formula ports as-is.
Try TOROW in the playground
Edit the example — nothing to install.
Preloaded with the TOROW formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ADDRESSReturns a reference as text to a single cell in a worksheetLookupGoogle Sheets
- AREASReturns the number of areas in a referenceLookupNo Google Sheets equivalent
- CHOOSEChooses a value from a list of valuesLookupGoogle Sheets
- CHOOSECOLSReturns the specified columns from an arrayLookupGoogle Sheets
- CHOOSEROWSReturns the specified rows from an arrayLookupGoogle Sheets
- COLUMNReturns the column number of a referenceLookupGoogle Sheets