formulas in excel

W

Wildmandt

Help I need a formula! I have a check book register that I use for my
business, at the top of the page in cell I2 I need to display the balance and
make it update when I enter new checks.

A B C D E F G H I
J K
1 New Balance
2
3
4
5 Balance
6 New Balance Update I2

Any help would be great

Thanks
 
R

Ragdyer

You might simply link I2 to the cell containing your balance totaling
formula.

If your formula is in I6, then try this in I2:

=I6

OR,
You could place your actual totaling formula in I2 outright:

=SUM(I3:I5)

If this *doesn't help, post back with additional information.
 
Top