Calculate Simple Interest on a Loan
You're borrowing or lending at a flat annual rate — a short-term business loan, a family loan, a deposit — and need the interest it earns and the total due at the end.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
Simple interest is charged only on the original principal — it never compounds. So the math is a straight multiplication: principal × annual rate × years. Borrowing $10,000 at 5% for 3 years costs 10000 × 0.05 × 3 = $1,500 in interest, and the total repayment is principal plus interest: =A2*(1+B2*C2) = $11,500. Enter the rate as a decimal or a percent-formatted cell (0.05 or 5%) — both store the same value. Compare that with compound interest, which would charge interest on the interest and come out higher over the same term.
When to use it
Use it for short-term business loans, invoice financing, bonds sold at a flat coupon, or checking a lender's quote before signing.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveDownload the proof sheet (.xlsx)Last reviewed 2026-07-09