
126  Chapter 3          Banking Services
CHECK 
 ■
YOUR UNDERSTANDING
Nancy has a balance of $1,078 in her check register. The balance on 
her bank account statement is $885.84. Not reported on her bank 
statement are deposits of $575 and $250 and two checks for $195 and 
$437.84. Is her check register balanced? Explain.
EXAMPLE 3
Marina and Brian have a joint checking account. They have a  balance 
of $3,839.25 in the check register. The balance on the bank state-
ment is $3,450.10. Not reported on the statement are deposits of 
$2,000, $135.67, $254.77, and $188.76 and four checks for $567.89, 
$23.83, $598.33, and $1,000. Reconcile the bank statement using a 
spreadsheet.
SOLUTION  Enter the outstanding deposits in cells A3 to A9.
Enter the outstanding checks in cells B3 to B9.
Cell A10 calculates the total amount of the out-
standing deposits and cell B10 calculates the total 
amount of the outstanding checks. The cell formula 
for the total of the outstanding deposits in A10 is 
=sum(A3:A9). 
In the Check Your Understanding, you will be asked 
to write the cell formula for the total outstanding 
checks.
Enter the check register balance in cell C12.
Enter the statement ending balance in cell C13.
Cell C14 calculates the revised statement balance, 
which is the sum of the statement ending balance 
and total outstanding deposits minus the total out-
standing checks. The formula is =C13+A10−B10.
You can make the spreadsheet check to see if the 
revised statement balance equals the check register 
balance. Use an IF statement in the form =IF(test, 
output if true, output if false).
The test portion of the statement must contain a 
mathematical equation or inequality. The spread-
sheet uses the values in the cells to test the truth of 
the statement. If the statement is true, the fi rst output will be printed. 
If the statement is false, the second output will be printed. 
In the spreadsheet, cell A16 contains the IF statement, =IF(C12=C14, 
“Statement is reconciled.”, “Statement is not reconciled.”). Cell A16 
states the statement is reconciled.
CHECK 
 ■
YOUR UNDERSTANDING
Write a formula to calculate the sum of the outstanding checks.
ABC
 1
 2
Outstanding 
Deposits
Outstanding 
Checks
 3 2,000.00 567.89
 4 135.67 23.83
 5 254.77 598.33
 6 188.76 1,000.00
 7
 8
 9
10 2,579.20 2,190.05 Total
11
12 Check register balance 3,839.25
13 Statement ending balance 3,450.10
14 Revised statement balance 3,839.25
15
16 Statement is reconciled.
49657_03_ch03_p114-171.indd   12649657_03_ch03_p114-171.indd   126 12/23/09   6:25:51 PM12/23/09   6:25:51 PM