├── .gitattributes ├── 1-select-file.jpg ├── 2-download.jpg ├── 9781430249443.jpg ├── Chapter 10 ├── Chapter4Example1.xlsx ├── Chapter4Example2.xlsx └── Chapter4Example3.xlsx ├── Chapter 12 └── Chapter12ChartExamples.xlsx ├── Chapter 13 └── Chapter13GanttChart.xlsm ├── Chapter 14 └── Chapter14GanttChart.xlsm ├── Chapter 15 ├── Chapter15GanttChart.xlsm └── Chapter15RolloverDemo.xlsm ├── Chapter 16 ├── Chapter16DataPoint.xlsx ├── Chapter16DynamicLegend.xlsx └── Chapter16ScrollableTable.xlsx ├── Chapter 17 ├── Chapter17SimpleInput.xlsx └── Chapter17Wizard.xlsm ├── Chapter 18 └── Chapter18Wizard.xlsm ├── Chapter 19 └── Chapter19Wizard.xlsm ├── Chapter 20 ├── Chapter20Final.xlsm └── Chapter20Wizard.xlsm ├── Chapter 21 └── Chapter21-2013model.xlsx ├── Chapter 22 └── Chapter22-adhoc-dashboard.xlsx ├── Chapter 23 ├── Chapter23-customers-2012.xlsx ├── Chapter23-phone-numbers.txt └── Chapter23-pq01-unclean-data.xlsx ├── Chapter 24 └── Chapter24-pp01-examples.xlsx ├── Chapter 5 ├── Chapter5CameraExample.xlsx ├── Chapter5HouseHunters.xlsm ├── Chapter5SortingExample.xlsx ├── House1.png ├── House2.png ├── House3.png └── Periodic Table.xlsm ├── Chapter 7 └── Chapter7TotalExample.xlsm ├── Chapter 8 └── Chapter8ContosoDashboard.xlsx ├── LICENSE.txt ├── README.md └── contributing.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/.gitattributes -------------------------------------------------------------------------------- /1-select-file.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/1-select-file.jpg -------------------------------------------------------------------------------- /2-download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/2-download.jpg -------------------------------------------------------------------------------- /9781430249443.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/9781430249443.jpg -------------------------------------------------------------------------------- /Chapter 10/Chapter4Example1.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 10/Chapter4Example1.xlsx -------------------------------------------------------------------------------- /Chapter 10/Chapter4Example2.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 10/Chapter4Example2.xlsx -------------------------------------------------------------------------------- /Chapter 10/Chapter4Example3.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 10/Chapter4Example3.xlsx -------------------------------------------------------------------------------- /Chapter 12/Chapter12ChartExamples.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 12/Chapter12ChartExamples.xlsx -------------------------------------------------------------------------------- /Chapter 13/Chapter13GanttChart.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 13/Chapter13GanttChart.xlsm -------------------------------------------------------------------------------- /Chapter 14/Chapter14GanttChart.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 14/Chapter14GanttChart.xlsm -------------------------------------------------------------------------------- /Chapter 15/Chapter15GanttChart.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 15/Chapter15GanttChart.xlsm -------------------------------------------------------------------------------- /Chapter 15/Chapter15RolloverDemo.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 15/Chapter15RolloverDemo.xlsm -------------------------------------------------------------------------------- /Chapter 16/Chapter16DataPoint.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 16/Chapter16DataPoint.xlsx -------------------------------------------------------------------------------- /Chapter 16/Chapter16DynamicLegend.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 16/Chapter16DynamicLegend.xlsx -------------------------------------------------------------------------------- /Chapter 16/Chapter16ScrollableTable.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 16/Chapter16ScrollableTable.xlsx -------------------------------------------------------------------------------- /Chapter 17/Chapter17SimpleInput.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 17/Chapter17SimpleInput.xlsx -------------------------------------------------------------------------------- /Chapter 17/Chapter17Wizard.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 17/Chapter17Wizard.xlsm -------------------------------------------------------------------------------- /Chapter 18/Chapter18Wizard.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 18/Chapter18Wizard.xlsm -------------------------------------------------------------------------------- /Chapter 19/Chapter19Wizard.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 19/Chapter19Wizard.xlsm -------------------------------------------------------------------------------- /Chapter 20/Chapter20Final.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 20/Chapter20Final.xlsm -------------------------------------------------------------------------------- /Chapter 20/Chapter20Wizard.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 20/Chapter20Wizard.xlsm -------------------------------------------------------------------------------- /Chapter 21/Chapter21-2013model.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 21/Chapter21-2013model.xlsx -------------------------------------------------------------------------------- /Chapter 22/Chapter22-adhoc-dashboard.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 22/Chapter22-adhoc-dashboard.xlsx -------------------------------------------------------------------------------- /Chapter 23/Chapter23-customers-2012.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 23/Chapter23-customers-2012.xlsx -------------------------------------------------------------------------------- /Chapter 23/Chapter23-phone-numbers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 23/Chapter23-phone-numbers.txt -------------------------------------------------------------------------------- /Chapter 23/Chapter23-pq01-unclean-data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 23/Chapter23-pq01-unclean-data.xlsx -------------------------------------------------------------------------------- /Chapter 24/Chapter24-pp01-examples.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 24/Chapter24-pp01-examples.xlsx -------------------------------------------------------------------------------- /Chapter 5/Chapter5CameraExample.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 5/Chapter5CameraExample.xlsx -------------------------------------------------------------------------------- /Chapter 5/Chapter5HouseHunters.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 5/Chapter5HouseHunters.xlsm -------------------------------------------------------------------------------- /Chapter 5/Chapter5SortingExample.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 5/Chapter5SortingExample.xlsx -------------------------------------------------------------------------------- /Chapter 5/House1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 5/House1.png -------------------------------------------------------------------------------- /Chapter 5/House2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 5/House2.png -------------------------------------------------------------------------------- /Chapter 5/House3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 5/House3.png -------------------------------------------------------------------------------- /Chapter 5/Periodic Table.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 5/Periodic Table.xlsm -------------------------------------------------------------------------------- /Chapter 7/Chapter7TotalExample.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 7/Chapter7TotalExample.xlsm -------------------------------------------------------------------------------- /Chapter 8/Chapter8ContosoDashboard.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/Chapter 8/Chapter8ContosoDashboard.xlsx -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/README.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/dashboards-for-excel/HEAD/contributing.md --------------------------------------------------------------------------------