Reporting totals across mutiple worksheets.

  • Thread starter Thread starter Copi J
  • Start date Start date
C

Copi J

In Excel, I have 3 worksheets that have the same column headings with data
occurrences indicated by the letter “X†in the cells.
On a 4th worksheet, I want to show a running total of each column found on
the previous 3 sheets.
On the 4th sheet I need to show each total in a separate row because each of
the first 3 sheets are for different site locations and I want to see each
site’s information separately as well.
I additionally want to be able to total the reported results on sheet 4 for
each column.
Can anyone help me accomplish this task?
 
One idea to build the summary ..
In the summary sheet (your 4th sheet),
Let's say you want to count the # of x's in each col in the other 3 data
sheets
List your data sheetnames in A2 down (ensure no typos)
Then in B2:
=COUNTIF(OFFSET(INDIRECT("'"&$A2&"'!A:A"),,COLUMNS($A:A)-1),"x")
Copy across as far as required, fill down
Any good? hit the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
 

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