Table of Contents
A Left Join in Google Sheets is a data manipulation technique used to combine two tables based on a common key column, while preserving all the rows from the left table. This operation allows for the comparison and analysis of data from two different tables, and can be useful in scenarios such as merging customer information with sales data to gain insights. To perform a Left Join in Google Sheets, the tables must be organized with the common key column and the JOIN function must be used to specify the type of join and the columns to be included in the output. This process can be done by following a few simple steps, making it an effective tool for data analysis and management in Google Sheets.
Perform a Left Join in Google Sheets
A left join allows you to join together two tables in which every row in the left table is kept and only the rows who have a matching value in a particular column of the right table are kept.
The following step-by-step example shows how to use the VLOOKUP function to perform a left join in Google Sheets.
Step 1: Enter the Values for Each Table
First, let’s enter the following values for two tables in Google Sheets:

We will perform a left join in which we keep all rows from the left table and only join in the rows from the right table that have matching values in the Team column.
Step 2: Create a Copy of the First Table
Next, let’s copy and paste the values of the first table into a new cell range:

Step 3: Perform Left Join Using VLOOKUP
Next, we’ll type the following formula into cell C13:
=ArrayFormula(VLOOKUP(A2, $E$2:$G$9, {2,3}, FALSE))
We’ll then drag and fill this formula down to each remaining cell in column C:

Feel free to add the column headers Assists and Rebounds as well:

The left join is now complete.
If a given team didn’t have a match in the right table, then a #N/A value is shown for the Assists and Rebounds columns.
For example, the Mavs did exist in the right table, so they have corresponding values for Assists and Rebounds.
However, the Warriors did not exist in the right table, so they have #N/A for Assists and Rebounds.
The following tutorials explain how to perform other common tasks in Google Sheets:
Cite this article
stats writer (2024). How do I perform a Left Join in Google Sheets?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-do-i-perform-a-left-join-in-google-sheets/
stats writer. "How do I perform a Left Join in Google Sheets?." PSYCHOLOGICAL SCALES, 25 Jun. 2024, https://scales.arabpsychology.com/stats/how-do-i-perform-a-left-join-in-google-sheets/.
stats writer. "How do I perform a Left Join in Google Sheets?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-do-i-perform-a-left-join-in-google-sheets/.
stats writer (2024) 'How do I perform a Left Join in Google Sheets?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-do-i-perform-a-left-join-in-google-sheets/.
[1] stats writer, "How do I perform a Left Join in Google Sheets?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, June, 2024.
stats writer. How do I perform a Left Join in Google Sheets?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.
