This repository contains a comprehensive Restaurant Sales Analysis project. The project focuses on analyzing sales data, projecting revenues, and optimizing financial performance, with key features such as dynamic pricing for chicken items and loan calculations for purchasing new equipment.
This project is designed to simulate the role of a restaurant manager making key financial and sales decisions. The tasks covered include sales projections, actual sales comparisons, pricing strategy, loan management, and performance analysis through Excel functions and visualizations. The project aims to:
- Stimulate sales by analyzing underperforming menu items.
- Compare projected and actual sales to identify trends.
- Perform loan repayment calculations for equipment purchases.
- Utilize Excel features such as formulas, functions, conditional formatting, sparklines, and charts to generate insights.
- Lookup Table: Assign dynamic pricing to chicken items.
- Sales Performance: Compare projected vs. actual sales over four months.
- Revenue Calculations: Calculate total revenue for each menu item and identify the best performers.
- Quarterly Payment Calculations: Calculate payments for purchasing a new refrigeration unit based on varying interest rates and repayment periods.
- Financial Projections: Use Excel PMT functions to create loan repayment scenarios.
- Charts: Create sparklines and bar charts to analyze total revenue and sales trends for each menu item.
- Conditional Formatting: Highlight high-performing items and visually distinguish data for easier analysis.
- Set custom properties (author, manager, restaurant name) to identify and personalize the workbook.
- Sort and Filter: Use Excel sorting and filtering capabilities to display top performers and summarize data effectively.
- Microsoft Excel: All sales analysis and financial projections are handled within an Excel file.
- Git and GitHub: This project is managed with version control, allowing for tracking changes and collaboration.
Sales_YourName.xlsx
: This Excel file contains all the sales and financial data for the restaurant.images/
: Contains any visuals or screenshots used in the project.README.md
: Project documentation (this file).
- Clone the repository:
git clone https://github.com/Gbekoilias/restaurant-sales-analysis.git
- Open the Excel file
Sales_YourName.xlsx
. - Follow the tasks in the project description to complete the analysis.
This project is version-controlled with Git and hosted on GitHub. Follow these steps to contribute or track changes:
- Major Changes: Whenever a significant update (e.g., adding new features or fixing bugs) is made to the project, it will be committed with detailed comments explaining the changes. For example:
git add .
git commit -m "Added revenue calculation and visualized sales trends using sparklines"
git push origin main
- Branching: When adding new features, create a new branch
git checkout -b feature-name
- Merge it into the main branch after review:
git checkout main
git merge feature-name
Feel free to fork this repository and submit pull requests for any enhancements or bug fixes. To contribute:
- Fork the Repository: Click the "Fork" button on GitHub. Clone your forked repo:
Copy code
git clone https://github.com/YourUsername/restaurant-sales-analysis.git
- Create a new branch for the feature or bug fix:
Copy code
git checkout -b feature/fix-description
- Commit your changes with detailed messages:
Copy code
git commit -m "Detailed message about your fix or feature"
- Push your changes to your forked repository:
Copy code
git push origin feature/fix-description
- Submit a Pull Request on GitHub.
For any queries, feel free to reach out to me via email at [gbekoilias@gmail.com].