This project demonstrates data cleaning and joining techniques using Power Query within Microsoft Excel. The provided Excel file, Data - Survey Monkey Output.xlsx
, was created following tutorials from the YouTube channels linked below.
- Survey Data: https://youtu.be/pKvWD0f18Pc?si=_comfSd9408_JZCM
- Additional Data: https://youtu.be/GNgutUElOTk?si=Lt1MxWREr9jVsgW0
This section outlines the steps taken to load and combine data from CSV and Excel sources using Power Query.
- Open Excel: Launch Microsoft Excel.
- Navigate to the Data Tab: Click on the "Data" tab in the Excel ribbon.
- Initiate Data Import: Click on "Get Data."
- Select File Source: Choose "From File."
- Choose Text/CSV: Select "From Text/CSV."
- Select CSV File: Browse and select the desired CSV file.
- Load Data: Click "Load" to import the data into Excel as a query.
- Navigate to the Data Tab: Click on the "Data" tab.
- Access Combine Queries: Click on "Get Data" and then "Combine Queries."
- Select Append Queries: Choose "Append Queries."
- Specify Queries: Select the queries you want to append (stack rows from different tables).
- Confirm Append: Click "OK" to execute the append operation.
- Navigate to the Data Tab: Click on the "Data" tab.
- Access Combine Queries: Click on "Get Data" and then "Combine Queries."
- Select Merge Queries: Choose "Merge Queries."
- Select Queries: Select the queries you want to merge (join based on matching columns).
- Select Merge Columns: Choose the columns from each query that will be used for the merge (join keys).
- Confirm Merge: Click "OK" to execute the merge operation.
To reproduce the data cleaning and joining steps:
- Download the provided Excel file (
Data - Survey Monkey Output.xlsx
). - Open the Excel file and navigate to the "Data" tab.
- Explore the queries created in Power Query to understand the data transformation process.
- Review the appended and merged tables to see the combined results.
This project serves as a practical example of utilizing Power Query for efficient data manipulation within Excel.