Advanced Excel Notes
Advanced Excel Notes
Lookup Functions:
- VLOOKUP(): =VLOOKUP(1001, A2:C10, 2, FALSE)
- HLOOKUP(): =HLOOKUP("Price", A1:D3, 2, FALSE)
- INDEX() + MATCH(): =INDEX(B2:B10, MATCH("ProductX", A2:A10, 0))
- XLOOKUP(): =XLOOKUP("Apple", A2:A10, B2:B10, "Not Found")
Text Functions:
- LEFT(), RIGHT(), MID(), LEN(), TRIM(), TEXT(), CONCAT(), TEXTJOIN(), SUBSTITUTE()
Conditional Formatting:
- Highlight duplicates
- Use formulas e.g. =A1>AVERAGE($A$1:$A$10)
Named Ranges:
- Assign a name to a range and use it in formulas: =SUM(Sales)
3. Pivot Tables & Charts
- Summarize large data with drag and drop fields
- Use slicers, grouping, calculated fields
- Create dynamic dashboards
4. Advanced Charting
- Combo charts, Sparklines, Waterfall charts
- Use secondary axis, custom labels, and conditional coloring
7. Power Query
- Import/Clean/Merge data from multiple sources
- Automate data transformations