EXPAND function/text/scalc/01/func_expand.xhpEXPAND function
EXPAND
Expand an array by adding rows or columns.=EXPAND(Array; Rows [; Columns [; Pad_with]]) Array: the array or range to expand by the number of rows and/or columns.Rows: the final number of rows the array will expand. Default is total rows.Columns: (optional) The final number of columns the array will expand. Default is total columns.Pad_with: (optional) a specified value to pad in new cells. By default, #N/A is used to fill the new cells.The formula {=EXPAND(A1:E3;4;7;"@@@")} expands the array A1:E3 to 7 columns and 4 rows, padding the extra cells with the string "@@@".