Combine Excel Arrays with HStack() or VStack()
It can be fairly challenging to combine data in Excel. There are two new functions HStack() and VStack() to combine dynamic arrays or ranges, by either stacking the data horizontally or vertically. As shown in the example below by simply using =VSTACK(B2:D3,F2:H3) it’ll stack both cell ranges on top of each other. Using =HSTACK(B2:D3,F2:H3) will […]