Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel as Database Interactive Guide

Welcome to the Excel as Database Interactive Guide! This repository is your ultimate resource for learning how to use Microsoft Excel as a lightweight database. Whether you're a beginner or a seasoned Excel user, you'll find step-by-step tutorials, real-world examples, and challenges to deepen your understanding of database concepts applied in Excel.


Why Use Excel as a Database?

Excel is a versatile tool that can serve as a simple database for small-scale projects. While it may not replace robust database systems like MySQL or PostgreSQL, Excel is excellent for:

  • Quick data storage and retrieval.
  • Analyzing and summarizing data.
  • Creating relational-like tables for small datasets.
  • Learning the basics of database concepts in a familiar environment.

What You'll Learn

This guide is structured to help you:

  1. Perform CRUD Operations
    Learn how to Create, Read, Update, and Delete records in Excel using tools like filters, formulas, and Data Validation.

  2. Simulate Joins
    Understand how to link multiple datasets (like customers and orders) using functions like VLOOKUP, INDEX-MATCH, or Power Query.

  3. Aggregate and Query Data
    Discover how to summarize and analyze your data using PivotTables, conditional formulas, and advanced functions.

  4. Apply Real-World Examples
    Use mock datasets to practice database-like operations in Excel.

  5. Solve Interactive Challenges
    Test your skills with hands-on exercises and compare your solutions.


Repository Structure

1. Tutorials

  • Basic CRUD Operations: Learn how to manage records in Excel.
  • Simulating Joins: Link datasets to create relationships between tables.
  • Aggregations and Queries: Analyze and summarize your data effectively.

Each tutorial comes with a detailed tutorial.md and an example_file.xlsx.

2. Challenges

Put your knowledge to the test with interactive exercises. Examples include:

  • "Find the top 3 customers with the highest order totals."
  • "Simulate a left join to get order details with customer names."
  • "Use a PivotTable to calculate monthly sales trends."

3. Mock Datasets

Explore and practice with sample Excel files, such as:

  • Mock_Business_Sales.xlsx
  • Fantasy_Kingdom_Stats.xlsx
  • Galactic_Trade_Logs.xlsx

How to Use This Guide

  1. Clone this repository to your local machine:
    git clone https://github.com/Mr-LuaM/Excel-as-Database-Guide.git

About

Excel as Database Interactive Guide!

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages