├── Dynamic_Heat_Map_Excel └── Dynamic heat map.xlsx ├── Excel Dashboard └── Excel dashboard.xlsx └── README.md /Dynamic_Heat_Map_Excel/Dynamic heat map.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konchada2/Excel-Projects/c2de2f71fb9fb5d9d75b3624f04628eb2be82fc3/Dynamic_Heat_Map_Excel/Dynamic heat map.xlsx -------------------------------------------------------------------------------- /Excel Dashboard/Excel dashboard.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/konchada2/Excel-Projects/c2de2f71fb9fb5d9d75b3624f04628eb2be82fc3/Excel Dashboard/Excel dashboard.xlsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Excel Projects 2 | === 3 | 4 | This repository contains my work in Microsoft Excel. 5 | 6 | 1. [Dynamic heat map using excel to analyze accidents](https://github.com/konchada2/Excel-Projects/tree/master/Dynamic_Heat_Map_Excel) 7 | 2. [Sales dashboard built using excel](https://github.com/konchada2/Excel-Projects/tree/master/Excel%20Dashboard) 8 | 9 | Below are the instructions for using dynamic heat map in excel. 10 | 11 | 1.Dynamic Heat Map 12 | === 13 | 14 | Analyzed accident frequency for the city of Cambridge by building a dynamic heat map of accidents. Generated heat map allows to quickly visualize when certain types of accidents are most likely to occur. The data visualization displays the safest and dangerous time to travel around the city. 15 | 16 | Prerequisites 17 | --- 18 | 19 | Basic Knowledge of Pivot Tables, custom and conditional formatting in Excel 20 | 21 | Instructions 22 | --- 23 | 1. Go to the heat map sheet. 24 | 2. click on drop down list beside the blue boxes on top. 25 | 26 | Output 27 | ---- 28 | 1. You will see the heat map changing for different combination of accident type and season type 29 | 2. You will also see the Geo heat map (Power Map) at the bottom also changing accordingly. 30 | 3. On top left corner total number of accidents are displayed. . 31 | 4. Notice the values on X and Y axis, they're dynamic and will be changing dynamically based on the time the worksheet is opened. X-axis displays the day of the week and number of accidents hour wise subsequently. Similarly, Y-axis displays the number of accidents for following day of the week. 32 | 33 | Built With 34 | === 35 | • [Power Map](https://support.office.com/en-us/article/Get-started-with-Power-Map-88a28df6-8258-40aa-b5cc-577873fb0f4a) - 3D visualization tool to plot geographic data 36 | 37 | 38 | 39 | 40 | 2.Sales Dashboard 41 | === 42 | 43 | I have utilized following items in building sales dashboard which analyzes products by category and region. 44 | 45 | 1. Pivot Tables 46 | 2. Pivot Chart 47 | 3. Data Refresh 48 | 4. Data Table 49 | 5. Dynamic Name Tagging 50 | 6. Slicers 51 | 7. Map Pivot 52 | 8. Sparklines 53 | --------------------------------------------------------------------------------