https://github.com/agungbudiwirawan/sales-analysis-using-excel-formulas
The objective of this project is to analyze supermarket sales data using formulas in Microsoft Excel.
https://github.com/agungbudiwirawan/sales-analysis-using-excel-formulas
data-analysis excel excel-formulas microsoft-excel spreadsheet
Last synced: 3 months ago
JSON representation
The objective of this project is to analyze supermarket sales data using formulas in Microsoft Excel.
- Host: GitHub
- URL: https://github.com/agungbudiwirawan/sales-analysis-using-excel-formulas
- Owner: agungbudiwirawan
- Created: 2022-12-13T08:33:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T05:00:12.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:32:39.499Z (5 months ago)
- Topics: data-analysis, excel, excel-formulas, microsoft-excel, spreadsheet
- Homepage:
- Size: 294 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sales Analysis using Excel Formulas
### Overview
The objective of this project is to analyze supermarket sales data using formulas in Microsoft Excel.
### Dataset
I am using [dataset](https://www.kaggle.com/datasets/aungpyaeap/supermarket-sales) from kaggle.com
### Question
1. How much gross income does each branch get?
2. How many sales quantity for each product line?
3. How much gross income does the company get each month?
4. When are the most sales happening?*morning/afternoon/night*
5. What is the average rating for each branch?
6. What is the average product discount given by each branch?
7. How much cogs of product does each branch?
8. How is the performance distribution of each branch?
9. Identify the top 10 transactions based on total transactions!
### Algorithm
- create data in tabular form.
- create additional columns to assist data analysis.
- analyze data using excel formulas.
- create a Dropdown List, so that the results of the analysis become more dynamic.
- create a progress bar to display the distribution of performance.
### Formula
- IF
- SUM, SUMIF, SUMIFS
- COUNTIF, COUNTIFS
- LOOKUP
- MATCH
- INDEX
- CONCENATE
- TEXT
## Thank You!