formulas in excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top