Forum Discussion
mlylyly
Nov 14, 2022Copper Contributor
Join two spill ranges to one range with two columns
Hi community I would like to join two spill ranges into one range with two columns but cannot figure out how to do it. What I would like is the new range below. I believe it is what HSTACK() does...
- Nov 14, 2022
For this task you can also use the CHOOSE() function in older Excel versions.
=CHOOSE({1,2},E4:E6,G4:G6)
In cases where your Range 1 = E4:E6 and Range 2 = G4:G6.
In older versions of Excel you have to finish this with CTRL + SHIFT + ENTER as an array formula.
mlylyly
Nov 16, 2022Copper Contributor
Thanks, I used dscheikey's version, worked like a charm!