I have two sheets in the same workbook, "Sheet1" and "Sheet2"
Both sheets have the same column headings and only have data within A:G
In a third "combined" sheet named "CombinedSheets" I am trying to bring in all of Sheet1 and Sheet2 and display the data.
I am trying to use this:
={Sheet1!A:G; Sheet2!A2:G}
However, this is only bringing in the data from the first sheet in the array (Sheet1). I've tried switching the array around but still, it only loads data from the first sheet in the array.
Both Sheet1 and Sheet2 have their data loaded via ARRAYFORMULA()
(if that makes a difference).
Any thoughts on how I can troubleshoot this, or is there another way to combine ranges into a sheet?
A
instead ofA2
? – B. Shefter