Regional rollup
=VSTACK(East!A2:D, West!A2:D) builds one combined sales table.
VSTACK stacks arrays on top of each other into one taller table. Combine regional exports, monthly snapshots, or FILTER results with the same columns without manual paste below last row.
Use VSTACK to append similar-schema tables: East plus West sales, or January plus February logs with identical headers.
Skip VSTACK when schemas differ in column count or meaning. Align columns first or use QUERY UNION patterns.
Confirm each block has the same number of columns.
Write VSTACK(range1, range2) with tables in top-to-bottom order.
Include headers once at top or in only the first block.
Leave rows below open for the combined spill height.
SORT or UNIQUE the VSTACK result if you need ordered or deduped output.
Validate row counts on a sample before replacing manual consolidation.
=VSTACK(East!A2:D, West!A2:D) builds one combined sales table.
=VSTACK(Jan!A:C, Feb!A:C, Mar!A:C) stacks three month tabs for year-to-date charts.
=VSTACK(FILTER(A:C, B="A"), FILTER(A:C, B="B")) merges two status slices vertically.
Build this without starting from a blank cell
Use a Better Sheets tool for VSTACK, then watch a walkthrough when you want the full pattern.
HSTACK appends arrays horizontally so columns sit side by side in one spilled table. It replaces fragile copy-paste when combining QUERY outputs, IMPORTRANGE blocks, or calculated columns with matching row heights.
Read guide →TOCOL converts a range into a single column. You can choose whether it reads down each column first or across rows first. It replaces manual paste-special transpose chains when reshaping blocks for UNIQUE or FILTER.
Read guide →TOROW flattens a range into a single row spill. Like TOCOL but horizontal, it helps build header arrays, SPARKLINE source rows, and inputs for functions that expect one horizontal vector.
Read guide →FLATTEN converts a two-dimensional range into a single column, reading across rows then down. It is useful after SPLIT or when you need every value from a block in one list for UNIQUE, COUNTIF, or mail merge prep.
Read guide →Done reading about VSTACK?
Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.
Need this once
Jump to a free tool or a single tutorial for this topic.
Learning Sheets for real
Unlock the full library, generators, and templates with membership.