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 transferring data between sheets

Here is my conundrum:
I am trying to make a list with five fields such as:
Person : Dollar Amount : Date : Type

On a seperate sheet in the same workbook I would like to import the data by
Person so that the whole line imports. For example:

Sheet One has the list:

Person: Amount : Date : Type
Bob : $15.00 : 02/05/07 : Inventory
Rick : $20.00 : 02/06/07 : Stock
Bob : $17.50 : 03/15/07 : Reciepts
Sam : $5.00 : 03/18/07 : Stock

Sheet Two has the totals by person:
Bob
$15.00 : 02/05/07 : Inventory
$17.50 : 03/15/07 : Receipts

Sam
$5.00 : 03/18/07 : Stock

Rick
$20.00 : 02/06/07 : Stock

I am trying how to figure out how to have the data automatically update on
sheet two when a new line is added to sheet one. Including adding a new row
to accomodate the new line of data.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ag Ag is offline
external usenet poster
 
Posts: 16
Default transferring data between sheets

Though a macro for this would be the best solution a quick but a semi-
automated method would be to create a pivot table .Assuming that the
data on sheet1 can max goto 5000 rows ,specify a data selection for
pivot table mapping to 4 columns and 5000 rows. In the pivot specify
Person Date and typeas fields on the row side and amount in case of
values. This way it will automatically create pivot as shown below and
everytime you add a new row you can refresh the data to get latest
updated amounts

Row Labels Sum of Amount *
Bob * * 32.5
* 02/05/07 * 15
* Inventory 15
* 03/15/07 * 17.5
* Reciepts 17.5
Rick * 20
* 02/06/07 * 20
* Stock 20
Sam * 5
* 03/18/07 * 5
* Stock 5
Grand Total 57.5


HTH

Regards
Anirudh
On Jan 11, 4:08*am, The working poor <The working
wrote:
Here is my conundrum:
I am trying to make a list with five fields such as:
Person : Dollar Amount : Date : Type

On a seperate sheet in the same workbook I would like to import the data by
Person so that the whole line imports. For example:

Sheet One has the list:

Person: Amount * : * Date * * * * : * Type
Bob * *: * $15.00 * : * 02/05/07 * : * Inventory
Rick * : * $20.00 * : * 02/06/07 * : * Stock
Bob * *: * $17.50 * : * 03/15/07 * : * Reciepts
Sam * : * $5.00 * *: * 03/18/07 * : * Stock

Sheet Two has the totals by person:
Bob
$15.00 * : * 02/05/07 * : * Inventory
$17.50 * : * 03/15/07 * : * Receipts

Sam
$5.00 * * : * 03/18/07 * : * Stock

Rick
$20.00 * : * 02/06/07 * : * Stock

I am trying how to figure out how to have the data automatically update on
sheet two when a new line is added to sheet one. Including adding a new row
to accomodate the new line of data.


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
transferring data Glasgow Girl Excel Discussion (Misc queries) 5 October 23rd 07 01:07 PM
Transferring data to other sheets denise Excel Discussion (Misc queries) 1 August 28th 06 11:01 PM
Transferring Data Between Sheets Neil M Excel Discussion (Misc queries) 4 May 12th 06 03:29 PM
Transferring Data KandK Excel Discussion (Misc queries) 0 April 24th 06 10:25 AM
Transferring Data Susan Excel Worksheet Functions 0 January 25th 06 08:57 PM


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

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"