Free Excel Course Part 2 — Functions | Goal Seek, Data Validation, Scenario Manager, INDIRECT & More

Free Excel Course Part 2 — Functions | Goal Seek, Data Validation, Scenario Manager, INDIRECT & More

By Subham Ghadge  |  Subu Data Labs  |  Excel Training & Free Workbooks  |  July 2026

Part 2 of 3 7 Topics Intermediate Level What-If Analysis Free Download Microsoft Excel

Building upon Part 1—which focused on navigation shortcuts, formatting standards, and date math—this second module introduces intermediate Excel functions used extensively in corporate analysis, financial planning, and operational modeling.

Functions like Goal Seek, Scenario Manager, and INDIRECT allow you to automate what-if analysis, build dynamic summary dashboards, and enforce strict data entry validation rules. This guide walks through 7 essential Excel features with step-by-step instructions, formula syntax references, and practical exercise scenarios included in the downloadable practice workbook.

Course ModuleCore FocusTopics Included
Part 1 ✅Navigation & Formatting14 Essential Topics
Part 2 — Active ModuleIntermediate Functions7 Core Functions
Part 3 📙Advanced Formulas & Analysis30+ Complex Topics

Curriculum Overview — All 7 Topics

#Topic TitleFunctional Focus & Practical Application
01Goal SeekPerform reverse calculations to find required input values for target outputs.
02Data ValidationRestrict cell inputs using dropdown lists and custom data rules.
03Scenario ManagerDefine, store, and compare best-case, base-case, and worst-case model scenarios.
04Name ManagerAssign descriptive names to cell ranges to simplify formula maintenance.
05Advanced FilterExtract complex records matching multi-condition criteria to new locations.
06Dependable DropdownsBuild cascading dropdown lists where secondary choices depend on initial selections.
07INDIRECT FunctionConstruct dynamic sheet and range references driven by user inputs.

01 · Goal Seek

Calculating required input values to reach specific financial or operational targets

Excel Goal Seek Screenshot

Standard formulas calculate an output based on known inputs. Goal Seek performs reverse calculations: you specify a target output value, and Excel calculates the exact input variable needed to achieve that target.

Common Use Cases

  • Determining required conversion rates to achieve sales lead targets.
  • Calculating maximum allowable cost-per-click (CPC) rates to maintain campaign profitability.
  • Finding required sales volumes necessary to reach breakeven points.
  • Calculating required academic grades or scores needed to hit a target cumulative GPA.

Execution Workflow

StepAction Required
1Go to Data tabWhat-If Analysis → select Goal Seek.
2In Set Cell, reference the formula cell containing the target output.
3In To Value, enter the desired numeric target value.
4In By Changing Cell, select the input cell Excel should adjust.
5Click OK; Goal Seek calculates and inputs the exact required variable.

Example 1 — Marketing Lead Target Analysis

A marketing team tracks lead generation efficiency across 4 channels, targeting an average of 2.85 leads per $100 spent. Calculate the conversion rate required for the Affiliate channel:

Channel       Cost/Click   Conversion Rate   Leads per $100 Spent
Facebook      $1.00        3.0%              3.00
Affiliate     $0.50        [Variable]        → Target: 2.85
YouTube       $1.50        4.0%              2.67
Pinterest     $0.70        2.0%              2.85

Goal Seek Result: The Affiliate channel requires a 1.425% conversion rate to achieve the target of 2.85 leads per $100 spent.

Example 2 — Academic GPA Target

Calculate the 5th-semester GPA needed to achieve a cumulative 3.75 GPA target:

Semester PeriodSemester GPA
Semester 13.68
Semester 23.81
Semester 33.75
Semester 43.58
Semester 5 (Goal Seek Variable)→ Required: 3.93

💡 Note: Goal Seek adjusts one input variable at a time. To evaluate scenarios involving multiple changing variables simultaneously, use Scenario Manager (Topic 03).


02 · Data Validation

Restricting cell inputs to dropdown picklists and predefined numeric rules

Excel Data Validation Screenshot

Data Validation restricts cell inputs to predefined rules, preventing typos, invalid entries, and formatting inconsistencies in shared workbooks.

Applications

  • Creating dropdown lists for selecting pre-approved categories.
  • Restricting numeric inputs to specific integer bounds (e.g., ratings between 1 and 10).
  • Enforcing valid date ranges for transaction logging.
  • Preventing duplicate text entries in master registration lists.

Creating a Dropdown Picklist

  1. List the allowed entries in a master reference table.
  2. Select the target cells where the dropdown should appear.
  3. Go to Data tab → click Data Validation.
  4. Under Settings, set Allow to List.
  5. In Source, select the master reference range.
  6. Click OK to activate the cell dropdown arrow.

Master Account Categories Reference List:

Entertainment            Printing & Stationery
Insurance Premium        Travelling Allowance
Miscellaneous Expenses   Repair & Maintenance
Air Conditioner          License Renewal Fee
Business Development     Loan from Directors
Sales Revenue            Purchase
Advertisement            Furniture & Fixture

Validated Transaction Ledger View:

Entry #DateAccount Category (Validated Dropdown)DescriptionReceipt (₹)Payment (₹)Balance (₹)
0101.01.2026EntertainmentDirector Advance Loan1,4101,410
0210.01.2026Repair & MaintenanceMeeting Expenses1,240170
0326.01.2026EntertainmentOffice Supplies Purchase1700

Configuring Numeric Input Bounds (Range 0 to 10)

  1. Select input cells.
  2. Go to Data Validation → set Allow to Whole Number.
  3. Set Minimum = 0 and Maximum = 10.
  4. Configure custom Error Alert: "Input Error: Please enter a whole number between 0 and 10."
  5. Click OK. Excel blocks invalid entries automatically.

03 · Scenario Manager

Storing and comparing multi-variable model scenarios side-by-side

Excel Scenario Manager Screenshot

Scenario Manager allows you to create, save, and switch between different sets of input variables (e.g., Best Case, Base Case, Worst Case) and generate automated side-by-side summary reports.

Workflow Steps

StepAction Required
1Go to Data tabWhat-If Analysis → select Scenario Manager.
2Click Add and name Scenario 1 (e.g., "Option A - Sedan Lease").
3In Changing Cells, select input cells that vary between options.
4Enter specific values for this scenario → click OK.
5Repeat process for additional scenarios (e.g., "Option B - SUV Lease").
6Click Summary → select the output result cell → click OK.

Example — Equipment Financing Comparison Summary

Model VariableScenario 1 (Option A)Scenario 2 (Option B)
Asset Purchase Value₹5,00,000₹4,00,000
Initial Down Payment₹30,000₹45,000
Annual Financing Rate3.0%2.5%
Loan Term (Years)2 Years3 Years
Computed Monthly Payment₹20,683₹10,268

Excel generates an automated summary worksheet displaying all defined scenarios and their output metrics side-by-side.


04 · Name Manager

Assigning descriptive labels to cells and ranges for readable formulas

Excel Name Manager Screenshot

Name Manager allows you to assign descriptive labels to individual cells or data ranges. Referencing named ranges (e.g., =SUM(Quarterly_Revenue) instead of =SUM(D12:D20)) improves formula readability and auditing.

Creating Named Ranges

  1. Go to Formulas tab → click Name Manager.
  2. Click New.
  3. Enter a descriptive name (names must not contain spaces; use underscores like Total_Revenue).
  4. In Refers To, select the target cell or range.
  5. Click OK.

⚠️ Naming Rules: Range names cannot contain spaces or special punctuation. Use camelCase or underscores (e.g., TotalSales2026 or Total_Sales_2026).

Example — Quarterly Sales Consolidation

Master Data Table:

Product CodeJanuary SalesFebruary SalesMarch Sales
A0001100200300
B0002400500600
C0003700800900
D0004800700600
Monthly Total2,0002,2002,400

Formula Comparison:

Standard Reference Formula:  =SUM(D29, E29, F29)
Named Range Formula:        =SUM(January_Total, February_Total, March_Total)
Metric DescriptionCalculated ValueFormula Applied
January Revenue2,000=January_Total
February Revenue2,200=February_Total
March Revenue2,400=March_Total
Q1 Cumulative Revenue6,600=SUM(January_Total, February_Total, March_Total)

05 · Advanced Filter

Extracting data using multi-condition rules across multiple columns

Excel Advanced Filter Screenshot

Advanced Filter extracts data rows matching complex AND/OR criteria and copies filtered results to a separate destination without altering the raw data table.

Execution Workflow

  1. Create a Criteria Block above or beside your dataset using exact column headers.
  2. Enter condition thresholds below headers (e.g., >100 under "Total_Volume_Kg").
  3. Select main data table → go to Data tab → click Advanced (Filter section).
  4. Set List Range (data table) and Criteria Range (criteria block).
  5. Select "Copy to another location" and specify target destination cells.
  6. Click OK to extract matching rows.

Example — High-Volume Sales Extraction

Criteria Block Setup:

Total_Volume_Kg
>100

Extracted Output Table (Volume > 100 Kg):

Client EntityProduct DescriptionQuantity (Boxes)Total Volume (Kg)Total Value (₹)
Western Marine MarineIndustrial Electrodes 3.15mm5226067,600
Royal Technic InfraIndustrial Electrodes 3.20mm603001,17,000
NS Construction CoIndustrial Electrodes 3.15mm804001,13,200
INDWell OperationsIndustrial Electrodes 3.15mm1005001,45,000
Royal-Pipeliners JVUltra Alloy Wire 3.20mm653251,46,250

06 · Dependable Drop Down Lists

Building cascading dropdowns where secondary options depend on initial selections

Contact form

Name

Email *

Message *