The Three Financial Statements
If you run a company — even a two-person SaaS side-project — three documents describe its financial life completely. Big companies hire armies of accountants to produce them, but the ideas behind them are simple, and once they click, you will never again confuse "we made a profit" with "we have money in the bank." Those two things are different, and the gap between them has killed more profitable startups than competition ever did.
Let's build all three from absolute zero, then connect them, then watch a profitable company nearly run out of cash.
The cast of characters
- Profit & Loss (P&L), a.k.a. Income Statement
- Your performance over a period — a month, quarter, or year. "How much did we earn and spend between 1 April and 31 March?"
- Balance Sheet
- A snapshot on one single date. "What do we own and owe as at 31 March 2026?" Like a photograph, not a movie.
- Cash-Flow Statement (CFS)
- The actual cash that moved in and out over a period. "How did our bank balance change, and why?"
1. The P&L: are we earning more than we spend?
The P&L flows top to bottom. Each line subtracts a layer of cost until you reach the "bottom line."
Revenue (sales) 1,00,00,000 (₹1 crore)
− COGS (cost of goods sold) − 60,00,000
───────────────────────────────────────────────
= Gross Profit 40,00,000
− Operating expenses (salaries,
rent, marketing) − 20,00,000
───────────────────────────────────────────────
= EBITDA 20,00,000
− Depreciation & Amortisation − 5,00,000
───────────────────────────────────────────────
= EBIT / Operating Profit 15,00,000
− Interest 0
= PBT (Profit Before Tax) 15,00,000
− Tax (25%) − 3,75,000
───────────────────────────────────────────────
= PAT (Profit After Tax) 11,25,000 ← "bottom line"
- COGS (cost of goods sold)
- The direct cost of delivering what you sold — for a printer, ink and paper; for SaaS, hosting and payment fees.
- EBITDA
- Earnings Before Interest, Tax, Depreciation & Amortisation — profit from core operations before financing and accounting choices.
- Depreciation
- Spreading the cost of a long-life asset (a ₹50 lakh machine) across the years it's used, instead of expensing it all at once.
The crucial thing: the P&L is accrual-based. It records revenue when it is earned and an expense when it is incurred — not when cash actually moves. That single rule is the source of all the confusion that follows.
2. The Balance Sheet: what do we own and owe, right now?
One unbreakable equation governs it:
ASSETS = LIABILITIES + EQUITY (what you own) (what you owe) (owners' stake)
It always balances — that's not luck, it's double-entry bookkeeping: every rupee of an asset was funded either by someone you owe (a liability) or by the owners (equity).
| Assets (own) | Liabilities (owe) | Equity (owners) |
|---|---|---|
| Current: cash, receivables (debtors), inventory, prepaid expenses | Current: payables (creditors), short-term debt, GST/tax payable | Share capital |
| Non-current: machinery & equipment (PP&E), intangibles | Non-current: long-term loans | Reserves / retained earnings |
- Receivables / debtors
- Money customers owe you for sales you've already booked.
- Payables / creditors
- Money you owe suppliers for things you've already received.
- Retained earnings
- All the profit (PAT) the company has ever kept rather than paid out — it accumulates here year after year.
3. The Cash-Flow Statement: where did the money actually go?
The CFS sorts every real rupee of cash movement into three buckets:
- Operating (CFO) — cash from running the core business (collecting from customers, paying staff and suppliers).
- Investing (CFI) — buying or selling long-term assets: machines, equipment, acquisitions (capex = capital expenditure).
- Financing (CFF) — raising equity, taking or repaying loans, paying dividends.
The most common way to build CFO is the indirect method: start with PAT, add back non-cash expenses (depreciation), then adjust for changes in working capital.
Why profit ≠ cash — the heart of the chapter
Profit is an opinion formed under accrual rules; cash is a fact. Here is exactly where they split:
- Receivables: a ₹10 lakh sale on 60-day credit is profit today but ₹0 cash today. Rising receivables = profit booked, cash not collected.
- Inventory: cash spent on stock sits on the balance sheet (not the P&L) until it sells. Building inventory drains cash without touching profit.
- Capex: a ₹50 lakh machine is a full ₹50 lakh cash outflow now, but the P&L only sees it slowly, as depreciation.
- Depreciation: a non-cash expense — it lowers profit but no rupee leaves the bank, so it's added back in CFO.
- Loan principal repayment: cash leaves (financing), but it never appears on the P&L — only the interest does.
How the three statements lock together
┌──────────────┐ PAT ┌──────────────────┐
│ P&L │ ─────────────────► │ Retained │
│ │ │ Earnings (Equity)│
│ Revenue │ PAT is └────────┬─────────┘
│ − costs │ also start line │ BALANCE
│ = PAT │ ───────────┐ │ SHEET
│ Depreciation│ ▼ │
└──────┬───────┘ ┌────────────┐ │
│ added back │ CASH-FLOW │ closing │
└────────────►│ STATEMENT │ ─cash───► Cash line
└────────────┘
- PAT from the P&L adds to retained earnings (equity) on the balance sheet, and is the starting line of the CFS.
- Depreciation reduces profit on the P&L, is added back in CFO, and lowers the value of machinery on the balance sheet.
- The closing cash from the CFS equals the cash line on the balance sheet.
Working capital and the Cash Conversion Cycle
Working capital = current assets − current liabilities. The operating part that matters most: receivables + inventory − payables. The Cash Conversion Cycle (CCC) measures how many days your cash is trapped:
CCC = DSO + DIO − DPO
│ │ └ Days you take to pay suppliers (longer = good)
│ └ Days stock sits before selling (shorter = good)
└ Days customers take to pay you (shorter = good)
Lower (even negative) is better. Fast growth + a long CCC = a cash crunch despite profit — the classic startup killer.
Revenue ₹1 cr, COGS ₹60L, Opex ₹20L, Depreciation ₹5L → PBT ₹15L → tax ₹3.75L (25% domestic co) → PAT ₹11.25L.
But during the year: receivables rose ₹30L, inventory rose ₹10L, payables rose ₹8L; bought a ₹50L machine; raised ₹40L equity + ₹20L loan.
CFO = 11.25 + 5 (depr) − 30 (Δreceivables) − 10 (Δinventory) + 8 (Δpayables) = −₹15.75L
CFI = −₹50L (machine)
CFF = +₹60L (40 equity + 20 loan)
Net cash = −15.75 − 50 + 60 = −₹5.75L
The company earned ₹11.25L of profit and yet its bank balance fell ₹5.75L. The founder lesson: collect faster, hold less stock, or raise more — profit alone won't pay salaries.
The India numbers you'll actually use (FY 2025-26 / AY 2026-27)
Corporate tax (domestic company): turnover ≤ ₹400 cr → 25%; above → 30%. Optional concessional regimes: §115BAA at 22% (any company) and §115BAB at 15% (new manufacturers) — both with 10% surcharge + 4% Health & Education cess, and both exempt from MAT (Minimum Alternate Tax).
If you draw a salary, the new personal tax regime (the default) gives a rebate so income up to ₹12 lakh pays zero tax (max rebate ₹60,000), plus a ₹75,000 standard deduction for salaried people. Budget 2026 left these slabs unchanged. The old regime still allows §80C (₹1.5L) and the extra §80CCD(1B) NPS deduction (₹50,000) — but those don't exist in the new regime.
One subtle but real gotcha: deferred tax
The Companies Act (Schedule II) charges depreciation by an asset's useful life; the Income Tax Act uses fixed WDV block rates (≈15% plant & machinery, 40% computers). Because the two differ, the tax you show and the tax you pay diverge — the gap parks on the balance sheet as a deferred tax asset or liability. You don't need to compute it yourself, but when your auditor mentions it, now you know why it exists.
Key Takeaways
- P&L = performance over a period; Balance Sheet = position on a date; Cash Flow = actual money moved. Different questions, different answers.
- The P&L is accrual-based, so profit ≠ cash — receivables, inventory, capex, depreciation, and loan principal all break the link.
- Assets = Liabilities + Equity, always. PAT feeds retained earnings and starts the cash-flow statement; closing cash equals the balance-sheet cash line.
- Watch the Cash Conversion Cycle — fast growth with slow collections is a cash crunch wearing a profit mask.
- A profitable company with negative operating cash flow can die; track runway weekly, not just PAT.
- For an Indian company: 25% corporate tax (≤₹400 cr turnover), or opt into 22% (§115BAA) / 15% (§115BAB). GST collected is a liability, never revenue.