0% found this document useful (0 votes)
5 views

Advanced_Excel_10_Day_Course_Adarsh

The document outlines a 10-day Advanced Excel course by Adarsh Kumar Singh, covering essential topics such as lookup functions, data cleaning, pivot tables, and advanced tools like Power Query and DAX. Each day includes specific topics, sample questions, and solutions to reinforce learning. The course culminates in practical applications like scenario management and goal seeking.

Uploaded by

skeditz9955
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Advanced_Excel_10_Day_Course_Adarsh

The document outlines a 10-day Advanced Excel course by Adarsh Kumar Singh, covering essential topics such as lookup functions, data cleaning, pivot tables, and advanced tools like Power Query and DAX. Each day includes specific topics, sample questions, and solutions to reinforce learning. The course culminates in practical applications like scenario management and goal seeking.

Uploaded by

skeditz9955
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Advanced Excel 10-Day Course - Adarsh Kumar Singh

Day 1: Mastering Lookup & Reference Functions

Topics: VLOOKUP, HLOOKUP, INDEX + MATCH, XLOOKUP

Sample Question: Use XLOOKUP to find price of 'Banana'.

Solution: =XLOOKUP("Banana", A2:A6, C2:C6)

Day 2: Data Cleaning & Text Functions

Topics: TRIM, CLEAN, LEFT, RIGHT, MID, FIND, SUBSTITUTE

Sample Question: Extract domain from email.

Solution: =RIGHT(C2, LEN(C2) - FIND("@", C2))

Day 3: Logical & Conditional Functions

Topics: IF, AND, OR, NOT, IFS, SWITCH

Sample Question: Grade students based on marks.

Solution: =IF(B2>80, "A", IF(B2>=60, "B", "C"))

Day 4: Pivot Tables & Pivot Charts

Topics: Create Pivot Table, Chart, use slicers

Sample Task: Total sales by Region.

Solution: Use Pivot Table with Region as Row, Sales as Values.

Day 5: Data Validation, Dropdowns & Form Controls

Topics: Dropdowns, INDIRECT, Checkboxes

Sample Task: Create dropdown list for Leave Types.

Solution: Data Validation > List > Enter options.


Advanced Excel 10-Day Course - Adarsh Kumar Singh

Day 6: Charts & Dashboards

Topics: Column, Line, Combo Charts, Sparklines

Sample Task: Create line chart of Sales vs Target.

Day 7: Power Query & Advanced Tools

Topics: Merge, Append, Unpivot, Remove Nulls

Sample Task: Combine Sales_2023 and Sales_2024 tables using Power Query.

Day 8: Power Pivot & DAX Basics

Topics: Data Model, Measures, DAX functions (SUM, CALCULATE)

Sample DAX: =CALCULATE([Total_Sales], Products[Category]="Fruits")

Day 9: Macros & VBA Basics

Topics: Recording Macros, VBA Editor, Buttons

Sample Macro: Highlight cells with value > 1000.

Day 10: Scenario Manager, Goal Seek & Solver

Topics: What-If Analysis, Goal Seek, Solver

Sample Task: Use Goal Seek to find required revenue for INR 40,000 profit.

You might also like