mergehorz
Merge each row of a range into a single horizontal cell.
Syntax
Section titled “Syntax”mergehorz(cr, cr2, ...)Description
Section titled “Description”Merges cells row-by-row — each row in the range becomes one merged cell spanning all columns. Useful for row banners.
Example
Section titled “Example”mergehorz(A1:D3) % three horizontally-merged rowsSee also
Section titled “See also”mergecells— Merge cells in a rectangular range into a single cell.mergevert— Merge each column of a range into a single vertical cell.dissociate— Reverse a cell merge.