This analysis is mainly focused on analysing and finding pattern of a dataset of coffee sales around United States, United Kingdom, and Ireland from the year 2019 to 2022. The dataset includes detailed information about each order, such as the date, the types of coffee served, their sizes, quantities, prices, etc. This data was collected from here. By the end of this project, I hope to showcase my skills and proficiency in Excel or spreadsheet programs in general.

├── assets <- Source for this project.
│
├── Coffee Sales Analysis.xlsx <- Finished project file.
│
├── Dashboard Preview.png <- Additional images for preview.
│
├── coffeeOrders_RAW.xlsx <- The raw data that has not been cleaned.
├── README.md <- README for using this project.
XLOOKUP and INDEX MATCH functions to retrieve and populate the required information accurately.Sales column using a simple multiplication formula to calculate total sales.Coffee Type Name and Roast Type Name to replace abbreviations with full names. Used the IF function for this purpose:
=IF(I2="Rob","Robusta",IF(I2="Exc","Excelsa",IF(I2="Ara","Arabica",IF(I2="Lib","Liberica",""))))
=IF(J2="M","Medium",IF(J2="L","Light",IF(J2="D","Dark","")))
Remove Duplicates feature to ensure data integrity. No duplicates were found.Order Date to enable easy temporal analysis of sales data.This analysis provides a comprehensive overview of the coffee sales data, highlighting key trends, customer behaviors, and geographical distribution of sales. The interactive dashboard facilitates easy exploration and presentation of the insights derived from the data. The project can easily be accessed by downloading the file here in which you can personally interact with the dashboard.