total schedules

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

Hello

I have 51 sheets in the same workbook.

The front sheet is a summary sheet of the 50 behind.

Each sheet has a list of codes with a value next to it, but the same code is
not on the same line in each sheet.

On the summary sheet I would like to add up all the values inline with a
specific code

What is the easiest way of doing this?

Thanks
 
You can do this with a Pivot Table; in Step 1 specify Multiple Consolidation
Ranges
OR Google for Excel Consolidation to find add-ins (not free)
best wishes
 
1) Download and install the free add-in Morefunc.xll

2) Create two new sheets, and name them First and Last

3) Place all relevant sheets between First and Last

4) Then try the following formula...

=SUMPRODUCT(--(THREED('First:Last'!CodeRange)="Code"),THREED('First:Last'
!RangeToSum))

If the code is a numerical value, remove the quotes from the criteria.
The add-in can be downloaded in the following link...

http://xcell05.free.fr/

Hope this helps!
 

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

analysis 1
Analysis of data 1
sum across range of sheets for a cost code 1
Formula Based on Multiple Sheets 5
create a summary sheet 2
1st sheet 3
summary values across worksheets within the same workbook 2
Array 1

Back
Top