The objective of this project is to analyze supermarket sales data using formulas in Microsoft Excel.
I am using dataset from kaggle.com
- How much gross income does each branch get?
- How many sales quantity for each product line?
- How much gross income does the company get each month?
- When are the most sales happening?morning/afternoon/night
- What is the average rating for each branch?
- What is the average product discount given by each branch?
- How much cogs of product does each branch?
- How is the performance distribution of each branch?
- Identify the top 10 transactions based on total transactions!
- 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.
- IF
- SUM, SUMIF, SUMIFS
- COUNTIF, COUNTIFS
- LOOKUP
- MATCH
- INDEX
- CONCENATE
- TEXT