Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have 5 workbooks each with 6 worksheets. Each worksheet has 33 rows and 5
columns with data (numbers). How do I add the 6 worksheets into one monthly summary? New to Excel so any help will be appreciated. Thanks. Phil B. -- |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=SUM(first:last!Range)
the easy way is from the summary sheet click the first sheets tab, hold down shift and click the last sheet tab, then on that last sheets select the 33X5 range, then finish by pressing enter and excel will insert the closing parenthesis -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "Phil" wrote in message ... I have 5 workbooks each with 6 worksheets. Each worksheet has 33 rows and 5 columns with data (numbers). How do I add the 6 worksheets into one monthly summary? New to Excel so any help will be appreciated. Thanks. Phil B. -- |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]() Hi Phil, 1) I would ensure that in each workbook was the same layout as the others 2) I would ensure that each worksheet had the same consistent format too... 3) I would then have a TOTALs worksheet in each separate workbook...SUM(spreadsheetname!cell ref,.....etc etc) then 3) I would create one over arching 'Monthly' workbook, which summed up all the TOTALS worksheets...SUM(workbook!spreadsheetname!cell ref,.....etc etc). I may not have the syntax above absolutely spot on, but that's how I'd do it ! Regards, Jenni in Canberra Australia -- Jenni_A ------------------------------------------------------------------------ Jenni_A's Profile: http://www.excelforum.com/member.php...o&userid=32883 View this thread: http://www.excelforum.com/showthread...hreadid=527403 |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Right click on any tab and select move or copy and then tick the little box
that says create a copy and then name it START. Now repeat that and name the next sheet you create as FINISH. Repeat it once more and call that sheet SUMMARY. Drag SUMMARY to the very beginning of your sheets, drag START so that it is second and drag FINISH to the very end. Now click on your Summary sheet and in A1 put =SUM(START:FINISH!A1) which will pull in any data from A1 pulling from START sheet to FINISH sheet and including any sheets in between. As long as any sheets you add to the file are in between START and FINISH sheets, they will get pulled into the total, no matter what you call them. Now hide your START and FINISH sheets (if you want to). Copy the cell A1 and then paste special as formulas into any cells that you need to add up all the sheets on the Summary page. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------*------------------------------*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------*------------------------------*---------------- "Phil" wrote in message ... I have 5 workbooks each with 6 worksheets. Each worksheet has 33 rows and 5 columns with data (numbers). How do I add the 6 worksheets into one monthly summary? New to Excel so any help will be appreciated. Thanks. Phil B. -- |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks to all who responded to my post. Will be trying the suggestions
soon. Thanks again. Phil B. "Ken Wright" wrote in message ... Right click on any tab and select move or copy and then tick the little box that says create a copy and then name it START. Now repeat that and name the next sheet you create as FINISH. Repeat it once more and call that sheet SUMMARY. Drag SUMMARY to the very beginning of your sheets, drag START so that it is second and drag FINISH to the very end. Now click on your Summary sheet and in A1 put =SUM(START:FINISH!A1) which will pull in any data from A1 pulling from START sheet to FINISH sheet and including any sheets in between. As long as any sheets you add to the file are in between START and FINISH sheets, they will get pulled into the total, no matter what you call them. Now hide your START and FINISH sheets (if you want to). Copy the cell A1 and then paste special as formulas into any cells that you need to add up all the sheets on the Summary page. -- Regards Ken....................... Microsoft MVP - Excel Sys Spec - Win XP Pro / XL 97/00/02/03 ------------------------------*------------------------------*---------------- It's easier to beg forgiveness than ask permission :-) ------------------------------*------------------------------*---------------- "Phil" wrote in message ... I have 5 workbooks each with 6 worksheets. Each worksheet has 33 rows and 5 columns with data (numbers). How do I add the 6 worksheets into one monthly summary? New to Excel so any help will be appreciated. Thanks. Phil B. -- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protecting all worksheets of a workbook | Excel Discussion (Misc queries) | |||
How do I build a workbook from the worksheets another workbook? | Excel Discussion (Misc queries) | |||
Worksheets in a workbook? | New Users to Excel | |||
Sorting data in a workbook across multple worksheets | Excel Worksheet Functions | |||
how do i link a list of items in a workbook to worksheets in the . | Excel Discussion (Misc queries) |