EXPAND function

Category: Lookup and reference
Introduced: Excel 2024

Summary

Expands or pads an array to specified row and column dimensions

Syntax

Expand(array, rows, [columns], [pad_with]) The EXPAND function syntax has the following arguments:
• array The array to expand.
• rows The number of rows in the expanded array. If missing, rows will not be expanded.
• columns The number of columns in the expanded array. If missing, columns will not be expanded.
• pad_with The value with which to pad. The default is #N/A.

Example

=EXPAND(A2:B3,3,3)

Microsoft Support Page

https://support.microsoft.com/en-us/office/expand-function-7433fba5-4ad1-41da-a904-d5d95808bc38

Back to Functions