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
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
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: