├── .gitattributes ├── 9781484264669.jpg ├── Ch01_excel-tricks-and-data-tools ├── custom-lists.xlsx ├── find-and-replace.xlsx ├── flash-fill.xlsx ├── go-to-special.xlsx ├── group-worksheets.xlsx ├── paste-special.xlsx └── text-to-columns.xlsx ├── Ch02_power-functions ├── choose.xlsx ├── filter.xlsx ├── index.xlsx ├── indirect.xlsx ├── sort-and-sortby.xlsx ├── sumproduct.xlsx ├── switch.xlsx ├── tables-and-das.xlsx ├── unique.xlsx ├── xlookup.xlsx ├── ~$indirect.xlsx ├── ~$sumproduct.xlsx ├── ~$switch.xlsx └── ~$xlookup.xlsx ├── Ch03_advanced_formatting_tricks ├── conditional-formatting.xlsx ├── custom-number-formatting.xlsx ├── in-cell-charts.xlsx └── ~$conditional-formatting.xlsx ├── Ch04_advanced_chart_tricks ├── advanced-formatting.xlsx ├── chart-labels.xlsx ├── dynamic-charts.xlsx └── interactive-charts.xlsx ├── Ch05_power_query ├── another-excel-workbook.xlsx ├── combine-tables.xlsx ├── excel-data.xlsx ├── group-by-and-pivot.xlsx ├── merge-queries-compare.xlsx ├── new-members.pdf ├── sales-data │ ├── April.csv │ ├── August.csv │ ├── December.csv │ ├── February.csv │ ├── January.csv │ ├── July.csv │ ├── June.csv │ ├── March.csv │ ├── May.csv │ ├── November.csv │ ├── October.csv │ ├── September.csv │ ├── exciting.txt │ └── new-members.pdf ├── ~$combine-tables.xlsx └── ~$excel-data.xlsx ├── Ch06_power_pivot ├── east.csv ├── lookup-tables.xlsx ├── north-east.csv ├── north-west.csv ├── south.csv ├── stores.xlsx └── west.csv ├── Contributing.md ├── LICENSE.txt ├── README.md └── errata.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/.gitattributes -------------------------------------------------------------------------------- /9781484264669.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/9781484264669.jpg -------------------------------------------------------------------------------- /Ch01_excel-tricks-and-data-tools/custom-lists.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch01_excel-tricks-and-data-tools/custom-lists.xlsx -------------------------------------------------------------------------------- /Ch01_excel-tricks-and-data-tools/find-and-replace.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch01_excel-tricks-and-data-tools/find-and-replace.xlsx -------------------------------------------------------------------------------- /Ch01_excel-tricks-and-data-tools/flash-fill.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch01_excel-tricks-and-data-tools/flash-fill.xlsx -------------------------------------------------------------------------------- /Ch01_excel-tricks-and-data-tools/go-to-special.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch01_excel-tricks-and-data-tools/go-to-special.xlsx -------------------------------------------------------------------------------- /Ch01_excel-tricks-and-data-tools/group-worksheets.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch01_excel-tricks-and-data-tools/group-worksheets.xlsx -------------------------------------------------------------------------------- /Ch01_excel-tricks-and-data-tools/paste-special.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch01_excel-tricks-and-data-tools/paste-special.xlsx -------------------------------------------------------------------------------- /Ch01_excel-tricks-and-data-tools/text-to-columns.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch01_excel-tricks-and-data-tools/text-to-columns.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/choose.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/choose.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/filter.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/filter.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/index.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/index.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/indirect.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/indirect.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/sort-and-sortby.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/sort-and-sortby.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/sumproduct.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/sumproduct.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/switch.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/switch.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/tables-and-das.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/tables-and-das.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/unique.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/unique.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/xlookup.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/xlookup.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/~$indirect.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/~$indirect.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/~$sumproduct.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/~$sumproduct.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/~$switch.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/~$switch.xlsx -------------------------------------------------------------------------------- /Ch02_power-functions/~$xlookup.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch02_power-functions/~$xlookup.xlsx -------------------------------------------------------------------------------- /Ch03_advanced_formatting_tricks/conditional-formatting.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch03_advanced_formatting_tricks/conditional-formatting.xlsx -------------------------------------------------------------------------------- /Ch03_advanced_formatting_tricks/custom-number-formatting.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch03_advanced_formatting_tricks/custom-number-formatting.xlsx -------------------------------------------------------------------------------- /Ch03_advanced_formatting_tricks/in-cell-charts.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch03_advanced_formatting_tricks/in-cell-charts.xlsx -------------------------------------------------------------------------------- /Ch03_advanced_formatting_tricks/~$conditional-formatting.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch03_advanced_formatting_tricks/~$conditional-formatting.xlsx -------------------------------------------------------------------------------- /Ch04_advanced_chart_tricks/advanced-formatting.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch04_advanced_chart_tricks/advanced-formatting.xlsx -------------------------------------------------------------------------------- /Ch04_advanced_chart_tricks/chart-labels.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch04_advanced_chart_tricks/chart-labels.xlsx -------------------------------------------------------------------------------- /Ch04_advanced_chart_tricks/dynamic-charts.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch04_advanced_chart_tricks/dynamic-charts.xlsx -------------------------------------------------------------------------------- /Ch04_advanced_chart_tricks/interactive-charts.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch04_advanced_chart_tricks/interactive-charts.xlsx -------------------------------------------------------------------------------- /Ch05_power_query/another-excel-workbook.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/another-excel-workbook.xlsx -------------------------------------------------------------------------------- /Ch05_power_query/combine-tables.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/combine-tables.xlsx -------------------------------------------------------------------------------- /Ch05_power_query/excel-data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/excel-data.xlsx -------------------------------------------------------------------------------- /Ch05_power_query/group-by-and-pivot.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/group-by-and-pivot.xlsx -------------------------------------------------------------------------------- /Ch05_power_query/merge-queries-compare.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/merge-queries-compare.xlsx -------------------------------------------------------------------------------- /Ch05_power_query/new-members.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/new-members.pdf -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/April.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/April.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/August.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/August.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/December.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/December.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/February.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/February.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/January.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/January.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/July.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/July.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/June.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/June.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/March.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/March.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/May.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/May.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/November.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/November.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/October.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/October.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/September.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/September.csv -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/exciting.txt: -------------------------------------------------------------------------------- 1 | This is a really boring document. -------------------------------------------------------------------------------- /Ch05_power_query/sales-data/new-members.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/sales-data/new-members.pdf -------------------------------------------------------------------------------- /Ch05_power_query/~$combine-tables.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/~$combine-tables.xlsx -------------------------------------------------------------------------------- /Ch05_power_query/~$excel-data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch05_power_query/~$excel-data.xlsx -------------------------------------------------------------------------------- /Ch06_power_pivot/east.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch06_power_pivot/east.csv -------------------------------------------------------------------------------- /Ch06_power_pivot/lookup-tables.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch06_power_pivot/lookup-tables.xlsx -------------------------------------------------------------------------------- /Ch06_power_pivot/north-east.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch06_power_pivot/north-east.csv -------------------------------------------------------------------------------- /Ch06_power_pivot/north-west.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch06_power_pivot/north-west.csv -------------------------------------------------------------------------------- /Ch06_power_pivot/south.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch06_power_pivot/south.csv -------------------------------------------------------------------------------- /Ch06_power_pivot/stores.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch06_power_pivot/stores.xlsx -------------------------------------------------------------------------------- /Ch06_power_pivot/west.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Ch06_power_pivot/west.csv -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/README.md -------------------------------------------------------------------------------- /errata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/advanced-excel-success/HEAD/errata.md --------------------------------------------------------------------------------