Excel Formulas for Financial Planning: The Complete Reference

Marcus Smolarek

Marcus Smolarek

Gründer von finban

Zuletzt aktualisiert

All the Excel formulas you need for your financial planning — sorted by use case, with concrete copy-paste examples. From basic formulas to advanced financial functions.


Basics

FormulaFunctionExample
=SUM(B2:B13)Sum of a rangeAnnual total of all revenue
=IF(B14<0,"Warning!","OK")Conditional outputAlert on negative balance
=SUMIF(A2:A100,"Marketing",B2:B100)Conditional sumTotal of all marketing expenses
=SUMIFS(C2:C100,A2:A100,"Salary",B2:B100,"Jan")Multi-criteria sumSalaries in January
=ROUND(B2,2)Round to 2 decimalsRound amounts to cents
=MAX(B2:B13)Highest valueBest revenue month
=MIN(B2:B13)Lowest valueWeakest month

Tips for Basic Formulas

  • SUMIFS over SUMIF: SUMIFS allows multiple criteria and is the more modern variant
  • Absolute references: Use $ signs (e.g., $C$1) for cells that shouldn't shift when copying
  • Named ranges: Assign names to frequently used ranges (Formulas → Define Name) — makes formulas more readable

Cash Flow & Liquidity

FormulaFunctionExample
=B1+B2-B3Closing balanceOpening balance + Revenue - Expenses
=AVERAGE(B2:B7)AverageAverage monthly expenses (burn rate)
=B1/AVERAGE(C2:C7)RunwayCash reserves / avg. monthly burn rate
=B14*0.19VAT calculation19% on net revenue
=B14*0.19/4Quarterly VATVAT prepayment per quarter
=SUMIF(D2:D100,"open",E2:E100)Open receivablesSum of all unpaid invoices
=DAYS(TODAY(),B2)Payment delayDays since due date

Liquidity Planning: The Core Formula

The most important formula in any liquidity plan:

Closing Balance = Opening Balance + Σ Inflows − Σ Outflows

In Excel:

=B1 + SUM(B5:B15) - SUM(B18:B30)

Where:

  • B1 = Opening balance (= closing balance of previous month)
  • B5:B15 = all revenue categories
  • B18:B30 = all expense categories

Tip: Use conditional formatting to automatically highlight closing balances < 0 in red.


Forecasting & Planning

FormulaFunctionExample
=B2*(1+$C$1)Apply growthRevenue × (1 + growth rate)
=TREND(B2:B13,A2:A13,A14:A25)Trend forecastProject revenue trend
=XNPV(0.1,B2:B13,A2:A13)Net present valueInvestment valuation
=IRR(B1:B13)Internal rate of returnReturn on investment
=XIRR(B2:B13,A2:A13)Modified IRRMore accurate IRR with irregular dates
=FV(0.05/12,36,-500)Future valueSavings plan: €500/month at 5% p.a. after 3 years
=PV(0.08,5,,100000)Present valueWhat are €100k in 5 years worth today?

Scenario Planning with Data Tables

Excel data tables (What-If Analysis) let you systematically vary a variable:

  1. Define input cell: e.g., revenue growth (cell B2)
  2. Define result cell: e.g., closing balance December
  3. Create variants: Column with values (0%, 5%, 10%, 15%, 20%)
  4. Create data table: Data → What-If Analysis → Data Table
  5. Result: Automatic calculation of closing balance for each growth rate

For two variables simultaneously (e.g., growth × payment terms), use the 2D data table.


Analysis & Reporting

FormulaFunctionExample
=VLOOKUP(A2,Categories!A:B,2,FALSE)Category lookupAssign transaction to a category
=(B2-C2)/C2Variance in %Actual vs. plan comparison
=RANK(B2,B$2:B$13)RankingSort months by cash flow
=COUNTIF(B2:B13,"<0")Count negative monthsHow many months with negative cash flow?
=XLOOKUP(A2,Accounts!A:A,Accounts!B:B,"Unknown")Modern lookupLook up account description (Excel 365)
=STDEV(B2:B13)Standard deviationVolatility of monthly cash flows

Pivot Tables for Financial Analysis

For deeper analysis, pivot tables are indispensable:

  1. Prepare data: Each transaction as a row (Date, Amount, Category, Type)
  2. Insert pivot table: Insert → PivotTable
  3. Assign fields: Rows: Category, Columns: Month, Values: Sum of Amount
  4. Set filters: By type (Revenue/Expense), time period, etc.

Conditional Formatting for Finance Dashboards

Make your Excel model visually informative:

RuleApplication
Cell value < 0 → RedImmediately spot negative balances
Cell value < threshold → YellowWarning threshold for low liquidity
Variance > 10% → OrangeHighlight actual vs. plan variances
Top 3 values → GreenHighlight best months
Data barsVisual size comparisons
Color scale (Red–Yellow–Green)Heatmap for cash flow over months

Tired of formulas? Finban calculates your cash flow automatically — without a single formula. Real-time bank data, intelligent categorization, and scenarios at the click of a button. Try free now →