Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Referencing Multiple entries in a worksheet

I have a master table in my first worksheet with three columns. Column A has
the company name, column B has the company event and column C has the cost
for the event. I also have a worksheet for each of the individual companies.

I'm trying to find a way for each company's specific worksheet to go to the
master worksheet, find all rows for which column A has that company's name
and then output the information in columns B and C into the company's
worksheet.

For example, if there are three entries for company ABC in the masterlist
and three events: company party, recruiting ball and barbeque with a cost of
$100, $200 and $300, I want my company ABC worksheet to say:

event...........................cost
company party.............$100
recruiting ball...............$200
barbeque.....................$300

Is this possible? If so, I would really apreciate any help.

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default Referencing Multiple entries in a worksheet

Hi Philly

I'm a little confused by your posting. You start by saying you want the
Company's specific worksheet to go to the Master worksheet.
In your example, you talk about data going from the Master to Company ABC
worksheet.
Assuming it is the latter that you want, then maybe you don't need to carry
the data to another worksheet at all, but this method will allow you to if
you wish.

First create a Pivot Table
Place your cursor in the table of data in your Master SheetDataPivot
TableFinish
On the skeleton of the new sheet that is created
Drag Company to the Row area
Drag Event to the Column area
Drag Cost to the Data area

If you double click on the Total figure for any Company, a new sheet will be
created with all of the transactions making up that total.

In order to ensure that your Pivot table picks up future entries on the
master sheet, you would be better creating a dynamic named range for your
source data. Assuming your header are in Row 1 of Master sheet starting at
A1, then on your Master Sheet InsertNameDefine
Name myData
Refers to =$A$1:INDEX($1:$65536,COUNTA($A:$A),COUNTA($1:$1))

Now, go back to the Pivot Table, right click on any cell in the tablePt
WizardBackSource = myDataFinish
As you add more data to the Master sheet, that will be included in your PT.
All you nee do is Right click on the PTRefresh to update for any new lines
entered.
--
Regards
Roger Govier

"Philly Z" <Philly wrote in message
...
I have a master table in my first worksheet with three columns. Column A
has
the company name, column B has the company event and column C has the cost
for the event. I also have a worksheet for each of the individual
companies.

I'm trying to find a way for each company's specific worksheet to go to
the
master worksheet, find all rows for which column A has that company's name
and then output the information in columns B and C into the company's
worksheet.

For example, if there are three entries for company ABC in the masterlist
and three events: company party, recruiting ball and barbeque with a cost
of
$100, $200 and $300, I want my company ABC worksheet to say:

event...........................cost
company party.............$100
recruiting ball...............$200
barbeque.....................$300

Is this possible? If so, I would really apreciate any help.

Thanks!

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
Combine Multiple Entries with differing amounts of entries Katie Excel Worksheet Functions 2 November 28th 07 09:53 PM
Date and time stamping multiple cells for multiple entries. Gerald Excel Worksheet Functions 1 May 9th 06 01:45 PM
CountIF() in Worksheet B while referencing cells in Worksheet A jfj3rd Excel Worksheet Functions 3 April 14th 06 11:24 PM
CountIF() in Worksheet B while referencing cells in Worksheet A jfj3rd Excel Worksheet Functions 3 April 14th 06 07:36 PM
Summary worksheet referencing multiple worksheets Jon Excel Worksheet Functions 1 January 27th 05 01:12 AM


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