TOROW function

Category: Lookup and reference
Introduced: Excel 2024

Summary

Returns the array in a single row

Syntax

TOROW(array, [ignore], [scan_by_column]) The TOROW function syntax has the following arguments:
array The array or reference to return as a row.
ignore Whether to ignore certain types of values. By default, no values are ignored. Specify one of the following:
• 0 Keep all values (default)
• 1 Ignore blanks
• 2 Ignore errors
• 3 Ignore blanks and errors
scan_by_column Scan the array by column. By default, the array is scanned by row. Scanning determines whether the values are ordered by row or by column.

Example

=TOROW(A2:D4)

Microsoft Support Page

https://support.microsoft.com/en-us/office/torow-function-b90d0964-a7d9-44b7-816b-ffa5c2fe2289

Back to Functions