Preparing your learning space...
25% through AI Business Intelligence tutorials
Learn to turn raw financial numbers into profit and cost insights — with Microsoft Copilot and ChatGPT working inside every step, not just at the end. This tutorial covers the three pillars of business finance: financial analysis, profit analysis, and cost analysis.
Financial analysis reviews income, expenses, and profitability to see how healthy a business is and where the money goes. In Excel it means turning rows of sales and cost data into numbers leaders can act on.
Why it is useful: Without it you guess. With it you spot shrinking margins, runaway costs, and strong months early.
Use AI from the start — ChatGPT to plan the model:
"I have monthly revenue, COGS, and operating cost. Suggest the exact Excel columns and formulas I need to build a financial analysis sheet, including profit margin and break-even."
ChatGPT returns a ready column layout and the formulas, so you build the sheet correctly the first time instead of retrofitting it.
A clean table is the foundation — one period per row, one number per column.
| Month | Revenue | COGS | Operating Cost |
|---|---|---|---|
| Jan | 50000 | 20000 | 12000 |
| Feb | 55000 | 21000 | 13000 |
| Mar | 48000 | 19000 | 12500 |
| Apr | 62000 | 24000 | 14000 |
Use AI — Microsoft Copilot to validate the data:
"Check this financial table for missing values, outliers, or months where costs exceed revenue, and list anything I should fix."
Copilot scans the range and flags problems (e.g., a negative margin) before you analyze — saving you from wrong conclusions.
Note: COGS = Cost of Goods Sold (direct cost of what you sell). Operating Cost = rent, salaries, marketing. Keep them separate for accurate profit analysis.
Profit analysis measures what the business keeps after costs.
Net Profit = Revenue - COGS - Operating Cost Profit Margin = (Net Profit / Revenue) * 100
Add the columns:
E2 (Net Profit): =B2-C2-D2 F2 (Margin %): =(B2-C2-D2)/B2
Example (Jan): 50000 − 20000 − 12000 = 18000 net profit; 18000 / 50000 = 36% margin.
Simple explanation: Net profit is what's left after paying for the product and running the business. Margin is the slice of every dollar you keep.
Use AI — Microsoft Copilot for the profit read:
"Add a net profit column and tell me which month had the highest profit margin and why it stands out."
Copilot computes the column and writes the finding in plain English — no manual scanning needed.
Use AI — ChatGPT to interpret the margin:
"My monthly profit margins are 36%, 38%, 35%, 39%. Is this healthy for a retail business, and what threshold should I worry about?"
ChatGPT gives context (retail often targets 20–50%) and a warning line, which you can paste into a report.
Common Mistake: Forgetting to format margin as a percentage (shows 0.36 not 36%). Select cell → Home → %.
Cost analysis splits spending so you see what is fixed versus what moves with sales.
Break-even point — how much you must sell to stop losing money:
Break-Even Units = Fixed Costs / (Price per Unit - Variable Cost per Unit)
Example: Fixed 10000, Price 50, Variable 30 → =10000/(50-30) → 500 units.
Use AI — Microsoft Copilot to build the cost model:
"Using my fixed cost, price, and variable cost columns, calculate the break-even point and add a card showing units needed."
Copilot inserts the formula and a visual card on the sheet.
Use AI — ChatGPT to pressure-test the assumption:
"If my variable cost rises from $30 to $35 per unit, how does break-even change, and what should I do about it?"
ChatGPT recomputes (10000/15 = 667 units) and suggests raising price or cutting fixed cost — turning the formula into a decision.
Best Practice: Track fixed vs variable separately from day one; it makes break-even and forecasting far easier later.
Once profit and cost columns exist, the real value is spotting trends across months.
Use AI — Microsoft Copilot for the trend summary:
"Compare Jan–Apr net profit and operating cost. Summarize the trend in one paragraph and highlight the best and worst month."
Copilot returns a narrative you can drop into a report.
Use AI — ChatGPT for the forward look:
"Net profit went 18k → 21k → 16.5k → 24k. What might explain the March dip and what should I watch in May?"
ChatGPT proposes causes (seasonality, a one-off cost) and a watch-list — analysis beyond what a formula shows.
Save your progress and earn XP for completing tutorials.
4 questions · Pass with 70%+
1What is the correct formula for Net Profit?
2Your margin formula returns 0.36 instead of 36%. What should you do?
3Break-Even Units = Fixed Costs ÷ (Price − Variable Cost). With Fixed 10,000, Price 50, Variable 30, how many units?
4How does Microsoft Copilot help in financial analysis (per the tutorial)?
Technology
Excel with AI
Lesson group
AI Business Intelligence
Progress
25% complete