Skip to content
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.

  1. A column of month names turned into a header row:

    =TOROW(A2:A13)
  2. 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…