There is not a checkbook registry built-in but you can make one by entering the column names:
Mac has some of the best options when it comes to check book software. For example, most Mac users use Splasm Checkbook to carry out their financial tasks. With this software you can manage all your finances precisely and also sync and share your data with other. You can also handle your accounts across numerous currencies.
then make the first row a header row by using the contextual menu for the row:
Then add the formula in the column for 'Balance'
E2=IF(D2<>', SUM($D$2:D2), ')
this is shorthand for... select cell E2 then type (or copy and paste from here) the formula:
=IF(D2<>', SUM($D$2:D2), ')
to fill down, select cell E2, copy
now select cells E2 thru the end of column E, paste
if you would rather have a debit and credit column, try something like this:
use the formula:
F2=IF(OR(D2≠', E2≠'), SUM($D$2:D2)−SUM($E$2:E2), ')
Checkbook App For Mac And Iphone
Checkbook Apps For Windows
fill F2 down like before