LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sum Workbook on Worksheet

One possibility is illustrated in this sample construct:
http://www.savefile.com/files/609942
Summarizing multishts by key col n col header.xls

In the summary sheet,

Lessor Table
Create a DV droplist in C2 to allow selection of col header of
relevance/interest, eg; Acres, Acreage
List the source sheetnames in C3:E3, eg: X, Y
List the lessors in B4 down

Core extract formula
In C4:
=IF(OR($B4="",C$3=""),"",SUMIF(INDIRECT("'"&C$3&"' !A:A"),$B4,OFFSET(INDIRECT("'"&C$3&"'!A:A"),,MATCH ($C$2,INDIRECT("'"&C$3&"'!1:1"),0)-1)))
Copy C4 to E4, fill down to populate.
(A "Totals" col can be placed at the end)

Similar construct can be made for the Lessee table
(illustrated below the Lessor table in the sample)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Scafidel" wrote:
I would like to create a summary worksheet at the end of my workbook that
would add all the Acres (see below) of each Lessor on all worksheets. Each
sheet of the workbook contains information like below. Each Lessor is on one
or more of the app. 100 sheets, as are Lessees.
Lessor Acreage Interest Acres Royalty Lessee
Joe 100 0.25 25 0.125 Humble
Sam 200 0.75 150 0.125 Gulf
Edd 80 1.00 80 0.125 Gulf
Mac 640 0.50 320 0.125 Humble
I would like to make a summary sheet that be similar to the other
worksheets, but with totals of all worksheets of the workbook by each Lessor
and/or by each Lessee.
Thanks
Jerry

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy Data from Workbook into specific Worksheet in other Workbook? kingdt Excel Discussion (Misc queries) 1 March 16th 06 06:55 PM
Link worksheet totals to a summary worksheet in the same workbook Carolyn Excel Worksheet Functions 0 March 3rd 06 04:36 PM
Copying A Worksheet From Each Open Workbook to an new Workbook carl Excel Worksheet Functions 1 January 3rd 06 05:37 PM
How can I link cell colours from worksheet to worksheet/workbook? Evelyn Excel Worksheet Functions 1 July 5th 05 09:16 PM
copy worksheet from closed workbook to active workbook using vba mango Excel Worksheet Functions 6 December 9th 04 07:55 AM


All times are GMT +1. The time now is 12:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"