Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Adding values in sheets and putting them on a summery

I have read over the several post regarding the adding of values on one sheet
to provide it in a summery sheet but all efforts have failed to work it out.

The workbook contains a summery sheet, which is named summery but represents
sheet1.

The following sheets are then labelled with month dates for Example JAN 08,
etc.

What I am trying to figure out is how to add different columns up (for
example B column) which has the word "completed" entered numerous time and
place the total of B on the summery sheet and the same for column C, etc!! To
give a total of the different fields across the columns for each month.

So in the end the summery sheet will have a total of each Month, with the
total of each specified column total. With the result providing a 12 month
over view of fields that have been completed for each month.

ANY help would be great!!!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default Adding values in sheets and putting them on a summery

I'm not exactly sure what you are dealing with there, but did you consider
using a Pivot Table?
http://www.contextures.com/xlPivotPlayPLUS01.html
http://peltiertech.com/Excel/Pivots/pivottables.htm

Regards,
Ryan---


--
RyGuy


"Garry55" wrote:

I have read over the several post regarding the adding of values on one sheet
to provide it in a summery sheet but all efforts have failed to work it out.

The workbook contains a summery sheet, which is named summery but represents
sheet1.

The following sheets are then labelled with month dates for Example JAN 08,
etc.

What I am trying to figure out is how to add different columns up (for
example B column) which has the word "completed" entered numerous time and
place the total of B on the summery sheet and the same for column C, etc!! To
give a total of the different fields across the columns for each month.

So in the end the summery sheet will have a total of each Month, with the
total of each specified column total. With the result providing a 12 month
over view of fields that have been completed for each month.

ANY help would be great!!!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Adding values in sheets and putting them on a summery

Maybe something like this using INDIRECT would help to start you off

Let's say your sheets are named as: JAN 08, FEB 08, etc
all sheets identically structured

In the sheet: Summary,
you could enter in C1 across, the sheetnames: JAN 08, FEB 08, etc
(Enter these sheetnames as **text**, with a preceding apostrophe. Or
pre-format C1 across as TEXT before keying it in. The sheetnames must match
exactly with what's on the tabs, except for case

And in B2 down, you could enter the desired col ref strings, eg:
B:B, E:E, Z:Z, etc

Then you could put this in C2:
=SUM(INDIRECT("'"&C$1&"'!"&$B2))
and simply copy C2 across/fill down to populate
the required sums from each tab's col B, col E, col Z, etc
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,300 Files:361 Subscribers:58
xdemechanik
---


"Garry55" wrote:

I have read over the several post regarding the adding of values on one sheet
to provide it in a summery sheet but all efforts have failed to work it out.

The workbook contains a summery sheet, which is named summery but represents
sheet1.

The following sheets are then labelled with month dates for Example JAN 08,
etc.

What I am trying to figure out is how to add different columns up (for
example B column) which has the word "completed" entered numerous time and
place the total of B on the summery sheet and the same for column C, etc!! To
give a total of the different fields across the columns for each month.

So in the end the summery sheet will have a total of each Month, with the
total of each specified column total. With the result providing a 12 month
over view of fields that have been completed for each month.

ANY help would be great!!!

Reply
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
monthly & quarterly Summery Narnimar Excel Discussion (Misc queries) 6 July 21st 08 02:54 PM
Adding numerical values based on multiple values in another column Kazmaniac Excel Worksheet Functions 6 April 4th 07 08:53 PM
Excel keeps putting .xls] on my sheets and then I get an error Michelle Excel Discussion (Misc queries) 1 August 2nd 06 12:38 PM
why does the calculation summery not change calculation summery does not change Excel Discussion (Misc queries) 3 May 9th 06 06:43 AM
How to creat summery file form many xl files? Brian Excel Worksheet Functions 1 March 27th 06 01:47 PM


All times are GMT +1. The time now is 08:27 AM.

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

About Us

"It's about Microsoft Excel"