Cash Flow Statement Format In Excel With Formula Free Download «EASY - TIPS»
=SUM(B2:B7) Apply similarly for Investing ( =SUM(B11:B12) ) and Financing ( =SUM(B16:B19) ). This formula links the three sections.
| | Category / Line Item | Amount ($) | |---------|--------------------------|----------------| | 1 | CASH FLOWS FROM OPERATING ACTIVITIES | | | 2 | Cash Received from Customers | 50,000 | | 3 | Cash Paid to Suppliers | (20,000) | | 4 | Cash Paid for Salaries & Wages | (10,000) | | 5 | Cash Paid for Operating Expenses (Rent, Utilities) | (5,000) | | 6 | Cash Paid for Interest | (1,000) | | 7 | Cash Paid for Income Taxes | (2,000) | | 8 | Net Cash from Operating Activities | =SUM(B2:B7) | | 9 | | | | 10 | CASH FLOWS FROM INVESTING ACTIVITIES | | | 11 | Sale of Property/Equipment | 5,000 | | 12 | Purchase of Property/Equipment | (15,000) | | 13 | Net Cash from Investing Activities | =SUM(B11:B12) | | 14 | | | | 15 | CASH FLOWS FROM FINANCING ACTIVITIES | | | 16 | Bank Loan Proceeds | 20,000 | | 17 | Owner’s Capital Contribution | 10,000 | | 18 | Loan Repayments | (4,000) | | 19 | Dividends/Drawings | (3,000) | | 20 | Net Cash from Financing Activities | =SUM(B16:B19) | | 21 | | | | 22 | NET CASH CHANGE | =B8+B13+B20 | | 23 | Cash at Beginning of Period | 8,000 | | 24 | Cash at End of Period | =B22+B23 | Note: Negative amounts (cash outflows) should be entered in parentheses (20,000) or with a minus sign -20000 . Essential Excel Formulas for Automation You don’t need VBA or complex macros. These basic formulas will make your cash flow statement dynamic and error-free. 1. Auto-summing sections (e.g., Operating Activities) Instead of manually adding, use SUM for each section. This will automatically update when you change any line item. =SUM(B2:B7) Apply similarly for Investing ( =SUM(B11:B12) )
=B22+B23 If you add a "Cash Flow Margin" ratio (Net Cash from Ops / Revenue), prevent #DIV/0! errors when revenue is zero. Essential Excel Formulas for Automation You don’t need
3 comments