Module: M1-R5: Information Technology Tools and Network Basics
Chapter: Ch1 Computer Intro
LibreOffice Calc provides What-If Analysis Tools to help users analyze and forecast different outcomes based on varying input values. The three main tools for this are:
The Scenario Manager allows comparing various data sets (called scenarios) to see how changes in certain values affect the outcome.
Let’s analyze profit for three different sales plans:
| Item | Quantity | Unit Price | Total Revenue |
|---|---|---|---|
| Plan A | 100 | 500 | =B2*C2 → 50,000 |
| Plan B | 150 | 480 | =B3*C3 → 72,000 |
| Plan C | 200 | 450 | =B4*C4 → 90,000 |
Result: You can instantly view different totals based on the selected scenario.
The Goal Seek tool finds the input value needed to achieve a specific result in a formula cell.
You want to achieve a target total revenue of ₹1,00,000 by adjusting the number of items sold.
| Parameter | Cell | Value |
|---|---|---|
| Unit Price | C2 | 500 |
| Quantity | B2 | ? |
| Total Revenue | =B2*C2 | 100000 |
B2).Result: Calc automatically calculates the Quantity needed to reach ₹1,00,000 revenue (→ 200 units).
The Solver is an advanced optimization tool that adjusts multiple variables to reach an objective (like maximizing profit or minimizing cost) while following constraints.
| Item | Units | Profit/Unit | Total Profit |
|---|---|---|---|
| Product A | 50 | 200 | =B2*C2 → 10,000 |
| Product B | 80 | 150 | =B3*C3 → 12,000 |
| Total Profit | =SUM(D2:D3) → 22,000 | ||
D5).B2:B3.Solver will find the best combination of units for Product A and B to achieve the maximum total profit under given constraints.
| Tool | Purpose | Variables | Example Use |
|---|---|---|---|
| Scenario Manager | Compare different “what-if” datasets | Multiple | Sales projections for 3 plans |
| Goal Seek | Find one unknown value for a target result | Single | Required quantity to reach ₹1,00,000 revenue |
| Solver | Optimize a formula by changing multiple variables under constraints | Multiple | Maximize profit with limited resources |
What-If tools in LibreOffice Calc empower users to experiment and forecast outcomes without manually adjusting data. They’re essential for business analysis, decision-making, budgeting, and optimization.