1. FIRST STEPS
Start by creating a blank worksheet. Switch to Sheet2 and expand the width of column A by clicking on the column header as shown above and dragging it right. Place the cursor in cell A1 and type Total Payments into it. Press [Enter] to select cell A2 and type Total Deposits. Press [Enter] and type Account Balance into cell A3.
2. ENTER FORMULAE
Select cell C1 and type the following formula into it: =SUM(Sheet1!D2:D1000)
Next, type =SUM(Sheet1!E2:E1000) into cell C2, and =C2-C1 into cell C3.
3. FORMAT CELLS
Select all of column C by clicking on the C, open the Format menu and choose Cells (click Format under Cells and choose Format Cells in Microsoft Excel 2007). Select Currency and click OK. Select rows 1 to 3 by clicking row 1, holding [Shift] and clicking row 3. Change the font to Arial, click the B button to make it bold and change its size to 14.
4. CREATE AND FORMAT COLUMN HEADINGS
Switch back to Sheet1. Type the following headings into cells A1 through F1 as shown in the screenshot above: Date, Payee, Category, Payment, Deposit, Balance. Resize the column widths accordingly and format your headings with a bold font to differentiate them from your entries.
5. KEEP HEADINGS VISIBLE
To keep the column headings visible at all times place the cursor in cell A2 (just below Date) and choose Windows > Freeze Panes (it's on the View ribbon in Excel 2007).
6. SET CURRENCY AND DATE FORMATS
Next, select columns D-F by clicking on the column headings. Choose Format > Cells. Select Currency, make sure two decimal places are selected and click OK. Select column A, choose Format > Cells again in the previous step, but this time choose Date and select a format (we suggest the dd/mm/yyyy option). Click OK.
7. SET UP CATEGORY LIST
Switch to Sheet 3 of your spreadsheet. Type your first category into cell A1, the second into cell A2 and so on down column A of sheet 3. When you've got enough categories, click the A column so all the cells are selected and type Category into the Name Box, which is left of the fx box.
8. SORT LIST
It can be awkward scrolling through a list looking for the correct category, so sort them alphabetically - to do so, click the column header, choose Data > Sort and click OK.
9. ASSIGN CATEGORY LIST TO COLUMN
Switch back to Sheet 1. Click the C column header so all cells are selected. Now choose Data > Validation and switch to the Settings tab. In the Allow box click List, and type =Category in the Source box - don't miss out the equals sign. Verify that In-cell drop-down is selected and click OK. If you've not yet done so, save your document as the basic setup is now complete.
10. RECORD OPENING BALANCE
You're now ready to start entering transactions: type the date into cell A2, then press [Tab] to jump to the Payee column. Type Opening Balance into here, and press [Tab] twice to skip the category column. If you're in the red, enter the figure under Payments; otherwise press [Tab] to enter your balance in the Deposit column. Press [Tab], type =E2-D2 and press [Enter].
11. YOUR FIRST TRANSACTION
Enter the details of your first transaction into cells A3 through E3 - when you come to the category cell (C3), click the drop-down menu to pick your category.
12. ENTER UPDATED BALANCE
Your spreadsheet can calculate the updated balance automatically with the help of a simple formula: type =F2+E3-D3 into cell F3 and press [Enter] to see your new balance.
13. INPUT NEXT TRANSACTION
Enter your second transaction following the same principle as before, but when you come to enter your new balance, select the cell above this transaction's balance (F3 in this example).
14. UPDATE BALANCE
Press [Ctrl] + [C] to copy the formula to the clipboard. Select the current transaction's balance cell (F4 in our case) and press [Ctrl] + [V] to paste an updated formula into it.