This repository contains an Excel dashboard built to analyze Nikeβs retail product performance across U.S. regions, states, and cities. The dashboard uses pivot tables, slicers, and time series forecasting to provide dynamic and visual insights into Nikeβs operational and financial data.
Nike_data.xlsx: Contains raw data, multiple pivot tables, dynamic slicers, and visual dashboards for interactive financial analysis.
The Raw Data tab contains sales transaction records with the following fields:
- Retailer Name and ID
- Invoice Date (sales date)
- Region, State, City (location details)
- Product Type (e.g., Men's Apparel, Women's Street Footwear)
- Price per Unit
- Units Sold
- Total Sales
- Operating Profit and Operating Margin
The data spans throughout 2021 and captures different product categories across U.S. locations.
- Pivot Table summarizing total sales by Region.
- Slicers to filter by Region, State, City, and Invoice Quarter.
- Bar Chart showing the regional sales distribution.
- Pivot Table analyzing total sales by Retailer and Product.
- Line Chart visualizing the sales trend across different retailers.
- Horizontal Bar Chart ranking products based on sales figures.
- Pivot and slicer enabled view for product category analysis.
- Monthly Sales Analysis shown via a Line Chart.
- Pivot Table aggregating sales figures month by month.
- Operating Profit breakdown by Region and Product.
- Line Chart displaying profit contributions across categories and regions.
- Time Series Forecasting built inside Excel:
- Future sales projection with confidence intervals.
- Dynamic line chart for historical and forecasted sales.
- Clone the repo:
git clone https://github.com/your-username/nike-retail-financials.git