Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=D2+SUM($B$2:B2)-SUM($C$2:C2)Computed by a real spreadsheet engine on the sample data below.
| Date | Received | Issued | Balance |
| 2024-01-01 | 100 | 0 | 100 |
| 2024-01-02 | 50 | 30 | |
| 2024-01-03 | 0 | 20 | |
| 2024-01-04 | 80 | 40 |
=D2+SUM($B$2:B2)-SUM($C$2:C2)→200
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Put the opening balance in a named cell (e.g., D1) and reference it: =D$1+SUM($B$2:B2)-SUM($C$2:C2).
Use SUMIF with a product column to accumulate receipts and issues for each product separately.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: