
Signature
Most grateful for your assistance.
If you have a formula doing a calculation on one sheet, which you also want
to show on another sheet, you have one of two options. Either enter the same
formula on the other sheet, or refer to the cell on the other sheet.
Say you have a formula in C1, such as =SUM(B:B), to total Col B in Sheet 1.
You want this total to also show up in Sheet 2, say in G25. In G25 on sheet
2 you can enter either of the following formulae
=Sheet1!C1, or else =SUM(Sheet1!B:B). Already having the calculation
formula in Sheet 1, I would use the first formula though. Hope this answers
your question?

Signature
Hth
Kassie Kasselman
Change xxx to hotmail
> Kassie-
>
[quoted text clipped - 19 lines]
> > > results of the sales and have one sheet that would continually tally what the
> > > sales are.