Google-sheets – Import range from 3 sheets/tabs into 4th

formulasgoogle sheetsgoogle-sheets-arrayformulagoogle-sheets-queryworksheet-function

I currently have 3 sheets (tabs) in a Google Sheets workbook. Each column header (Row 1) in the 3 sheets are identical. I'd like to create a 4th sheet that combines ALL the contents in the 3 sheets that looks like:

Sheet 1
Sheet 2
Sheet 3

What's the best way to accomplish this? If easier, I do not mind having the header show up 3 times. Thank you.

Best Answer

Something like this should work

={'Sheet 1'!1:10000 ; 'Sheet 2'!1:10000 ; 'Sheet 3'!1:10000}