Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Creating summary sheet

Hi,

I have a worksheet that contains some detailed data. I'm trying to
programatically build a second worksheet that will show a summary of that
data. However, I'm more than a little stumped.

The detailed data is in 4 columns of the form: Server, Person ,File, Size.
The summary needs to show 3 columns: Server, Person, TotalSize

I can do a little VBA, but I'm certainly no expert and would appreciate any
guidance you can offer.

Many thanks,

Simon



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Creating summary sheet

Simon,

Use a pivot table based on your table, with Size set to "Sum" as your data field, and Server and
Person as the Row fields.

HTH,
Bernie
MS Excel MVP


"Simon Greenland" wrote in message
.119...
Hi,

I have a worksheet that contains some detailed data. I'm trying to
programatically build a second worksheet that will show a summary of that
data. However, I'm more than a little stumped.

The detailed data is in 4 columns of the form: Server, Person ,File, Size.
The summary needs to show 3 columns: Server, Person, TotalSize

I can do a little VBA, but I'm certainly no expert and would appreciate any
guidance you can offer.

Many thanks,

Simon





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Creating summary sheet

Hi Bernie,

Thanks for your help - I was able to get the report just how I needed it.

However, I now need to include some summary fields from the original sheet.
For example, where someone has left the company and all their files can be
archived, the report would read Server, Person, Archive, Total Size. Do you
know a way in which this may be achieved?

Thanks again,

Simon
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Creating summary sheet

Simon,

How is Archive noted in the original data table?

HTH,
Bernie
MS Excel MVP


"Simon Greenland" wrote in message
.119...
Hi Bernie,

Thanks for your help - I was able to get the report just how I needed it.

However, I now need to include some summary fields from the original sheet.
For example, where someone has left the company and all their files can be
archived, the report would read Server, Person, Archive, Total Size. Do you
know a way in which this may be achieved?

Thanks again,

Simon



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Creating summary sheet

Bernine,

It is noted as:

Server, Person ,File, Size, Archive

abc123, Fred Bloggs, data\wastedspace\waste01.txt, 500, Archive
abc321, Jane Doe, data\usedspace\notwaste01.txt, 600, Keep
etc

The decision to archive or keep is based mostly on the person's name.
However, some files from people who have left will be marked as keep.


Many thanks,

Simon




"Bernie Deitrick" <deitbe @ consumer dot org wrote in
:

Simon,

How is Archive noted in the original data table?

HTH,
Bernie
MS Excel MVP


"Simon Greenland" wrote in message
.119...
Hi Bernie,

Thanks for your help - I was able to get the report just how I needed
it.

However, I now need to include some summary fields from the original
sheet. For example, where someone has left the company and all their
files can be archived, the report would read Server, Person, Archive,
Total Size. Do you know a way in which this may be achieved?

Thanks again,

Simon







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Creating summary sheet

Simon,

Select all five columns prior to creating the Pivot table, then drag the header from the column with
the Archive status to either the Row Field area or the Column Field Area. Then you will see the
status, and can choose to show just Archive or Keep or whatever you choose....

HTH,
Bernie
MS Excel MVP


"Simon Greenland" wrote in message
.119...
Bernine,

It is noted as:

Server, Person ,File, Size, Archive

abc123, Fred Bloggs, data\wastedspace\waste01.txt, 500, Archive
abc321, Jane Doe, data\usedspace\notwaste01.txt, 600, Keep
etc

The decision to archive or keep is based mostly on the person's name.
However, some files from people who have left will be marked as keep.


Many thanks,

Simon




"Bernie Deitrick" <deitbe @ consumer dot org wrote in
:

Simon,

How is Archive noted in the original data table?

HTH,
Bernie
MS Excel MVP


"Simon Greenland" wrote in message
.119...
Hi Bernie,

Thanks for your help - I was able to get the report just how I needed
it.

However, I now need to include some summary fields from the original
sheet. For example, where someone has left the company and all their
files can be archived, the report would read Server, Person, Archive,
Total Size. Do you know a way in which this may be achieved?

Thanks again,

Simon







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
Creating a Summary Sheet Needing Help Excel Discussion (Misc queries) 4 April 28th 09 11:48 PM
creating a summary sheet AM Excel Discussion (Misc queries) 3 December 29th 06 06:06 PM
Creating a summary sheet from data across multiple worksheets Mookarts Excel Discussion (Misc queries) 1 July 17th 06 11:51 AM
Creating A Summary Sheet With Information From Several Worksheets Tim Leleux Excel Discussion (Misc queries) 4 March 16th 06 10:52 AM
Creating a summary Louise[_4_] Excel Programming 1 February 11th 04 01:08 AM


All times are GMT +1. The time now is 07:51 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"