Excel Summary Page

  • Thread starter Summary Worksheet Info
  • Start date
S

Summary Worksheet Info

I want to create a summary page that will take my information from one work
sheet and add it the the exact line and column on the summary sheet. I know
it can be done, but what is the process?

Example: Summary page line 1-column a 123.90
but one the work sheet line 1 column a we will include another amount of
98.76. I want the total to show on the summary page each time a line item is
added on the worksheet.

Is this just a matter of seeting up the parimeters in the formula? What
formula would I use?
 
S

Spiky

I want to create a summary page that will take my information from one work
sheet and add it the the exact line and column on the summary sheet. I know
it can be done, but what is the process?

Example: Summary page line 1-column a 123.90
but one the work sheet line 1 column a we will include another amount of
98.76. I want the total to show on the summary page each time a line item is
added on the worksheet.

Is this just a matter of seeting up the parimeters in the formula? What
formula would I use?

I'm not quite sure what you mean. But, it sounds like you want
something like this on your summary sheet. Assuming your data is on
Sheet1.
=SUM(Sheet1!A1:A100)
 

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

Similar Threads

Summary 2
Summary using sumif 9
Summary of data in excel 3
SumProduct 3
formula assistance needed 5
MTD/YTD FUNCTION 2
automatic summary page 4
Why can't I use the MONTH function within the SUMIFS statement? 5

Top