View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default formulas in excel

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

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Wildmandt" wrote in message
...
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