What’s Happening
Picture present value and future value as two sides of the same coin. Present value asks: “How much cash should I set aside today to hit a specific future target?” Future value asks: “If I invest X dollars today, what will it be worth on a set future date?” The connection between them? Compound interest—the engine that makes money grow when it earns a steady return over time. Inflation and risk get baked into the discount rate you pick, so a higher rate shrinks the amount you need today to reach the same future goal. According to the Investopedia compound-interest primer, even tiny tweaks to the rate or time frame can swing the numbers wildly.
Quick Fix Summary: To link present value (PV) and future value (FV) of a single lump sum in 2026, plug into the compound-interest formula FV = PV × (1 + r)n. Drop in your PV, annual rate r (as a decimal), and number of years n; the result shows exactly how much today’s dollar will grow. Double-check your rate and periods—these two inputs move the needle more than any rounding error.
Step-by-Step Solution
Here’s a 4-step method that works in any spreadsheet (Excel 365, Google Sheets, LibreOffice Calc). All formulas use U.S. decimal conventions (2026 build).
Open your workbook and label three cells: A1 = PV (today’s dollar amount, e.g., 10000), B1 = annual rate r (e.g., 0.05 for 5 %), C1 = years n (e.g., 10).
In D1 drop this future-value formula:
=A1*(1+B1)^C1This is just FV = PV × (1 + r)n in action. Hit Enter; the cell spits out the future dollar amount.
Want the reverse (PV from FV)? Put this in E1:
=D1/(1+B1)^C1It’s the same formula flipped upside down to tell you how much you need today.
Stress-test your work: build a mini table (rows 3–5) that nudges B1 up by 0.005 and C1 up by 1. You’ll watch the FV bounce around with rate changes, which lines up with the Federal Reserve’s 2025–2026 rate-path guidance.
