Using Two Worksheets To Capature Data

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

Guest

I have one worksheet that is the master file/worksheet. I want to create/use
another worksheet that sums/counts data from the master file/worksheet. How
do I input formulas on the second worksheet to sum/count data from the first?
 
I copied the formula on to my second worksheet. I keep getting a popup
window titled "Update Values:Report" that wants a excel file name. Should
this happen? Both worksheets are in the same Excel file.
 
=Sum(Sheet1!H24:H266)

Overall Report = This is the worksheet where the data is stored and pulled
from.
Totals = This is the worksheet where I want to capture totals.

The Overall Report worksheet is very detailed and lengthy. It goes to
column AF and new rows are added daily. I will be pulling data from various
columns to sum/count (numbers/text) on the Totals worksheet. Each column has
its own sum/count (no two columns interact.)
 
Okay, so your formula should read (for a total of the values in column A of
the Overall Report worksheet):
=SUM('Overall Report'!A2:A65536)
************
Anne Troy
www.OfficeArticles.com
 
Anne,

I must have entered something wrong. I just tried it again with the formula
you provided and it works. Not sure what I did the first time around.

Thank you very much.
 

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