In this tutorial, you will learn how to merge multiple Google Sheets into one.
There are several ways to merge multiple Google Sheets into one. The first method is to simply copy and paste the data range from one Google Sheets to another. The second method is to use IMPORTRANGE function.
Once ready, we’ll get started by utilizing real-world examples to show you how to merge multiple Google Sheets into one.
How To Merge Multiple Google Sheets Into One
Before we move on, you will need to understand how the IMPORTRANGE function work.
=IMPORTRANGE(spreadsheet_url, range_string)
Merge Multiple Google Sheets into One
Before we begin we will need a group of data to be used to merge multiple Google Sheets into one. In this example, you will see Google Sheets 1 and Google Sheets 2.
Google Sheets 1 – Student from Team 1
Google Sheets 2 – Students from Team 2
Step 1
First, you need to have a clean and tidy group of data to work with in both Google Sheets.
Step 2
To merge multiple Google Sheets into one using the IMPORTRANGE function, you can input this formula
=IMPORTRANGE(“https://docs.google.com/spreadsheets/d/1K6TDPQk2C_kW9zHxi45olvrsj3T–odFCRjmfYW4vzk/edit#gid=0″,”Team 1!A1:B8”)

Step 3
Once you press Enter, the formula will return data from Google Sheet 1.

Summary
That’s all there is to it. You are welcome to copy the example spreadsheet below to see how it is done. The most crucial lesson is to enjoy yourself while doing it.
Example Spreadsheet: Make a copy of the example spreadsheet
In this tutorial, I covered how to merge multiple Google Sheets into one. Want more? Check out all the Google Sheets Tutorials.