Converts a range of values into a single column, stacking the data column by column from left to right. It’s useful for combining multiple lists into one, preparing data for functions like UNIQUE() or SORT(), or reshaping wide datasets into a vertical format for analysis.