Other Resources My Cup of Joe » Excel Question Rss Feed  
Moderators: k9car363, the bear, DerekL, alicefoeller Reply
2012-07-19 11:33 AM

User image

Sensei
Sin City
Subject: Excel Question

Ok, I think there is a better way to do what I want and need some help.

I have a project that's broken into 7 districts.  Each district has itmes in it that may or may not be in other districts.  But I want a master list of all the items for the whole project.  So sort of a running list.

What I want, for example, is to have a running list on page 1 of a spreadsheet that I can see in a window in every other page (so pages 2-8 for the 7 "parts").  I want to be able to plough through the districts, and if an entirely new item shows up, add that to the master list, and it will be reflected on every other sheet.  I don't want to have to add that same item to 7 different lists, if that makes sense.

solutions?



2012-07-19 11:50 AM
in reply to: #4320044

Extreme Veteran
861
5001001001002525
Northbridge, Massachusetts
Subject: RE: Excel Question

I would have one list and then use a pivot table to display results by region.  Then you can see it by region or as a master list by removing the region as a filter.  Are you familiar with pivot tables?  Great power in a pivot.  PM me your email and I can send a file with an example.

2012-07-19 7:57 PM
in reply to: #4320044

Iron Donkey
38643
50005000500050005000500050002000100050010025
, Wisconsin
Subject: RE: Excel Question
Any reason why this can't be done in database instead?  Just wondering.
2012-07-19 9:54 PM
in reply to: #4320044

User image

Pro
9391
500020002000100100100252525
Omaha, NE
Subject: RE: Excel Question

I'm not 100% sure what you're trying to do, but it sounds like you're trying to display data that's on the first sheet on the next 7 sheets.  If that's the case then you just reference the sheet 1 cell on the other sheets with "=Sheet1!A1"

So on Sheet 1 you put all the data and then on all your subsequent sheets you use "Sheet1!A1" "=Sheet1!A2" "=Sheet1!A3" etc... and then when you add a new line to your master it will populate on all subsequent sheets.



Edited by tuwood 2012-07-19 9:55 PM
2012-07-19 10:06 PM
in reply to: #4320044

User image

Extreme Veteran
875
500100100100252525
Issaquah
Subject: RE: Excel Question
Pivot table is the way to go
2012-07-20 11:58 AM
in reply to: #4321243

User image

Sensei
Sin City
Subject: RE: Excel Question

Not sure what a pivot table is, need to look into it.

BUT, I found that I can group all 7 sheets, add a line item, and it will add it to every sheet. 

I guess a quick example of what I'm doing is District A has nuts, bolts and screws.  As does District B and C.  But when I get to D, it has widgets too.  Even though district A, B, and C don't have widgets, that line item needs to show up on their list but have a count of zero...

I just didn't want to have to go into each sheet and add a list item 7 different times.



2012-07-20 12:10 PM
in reply to: #4321238

Master
2083
2000252525
Houston, TX
Subject: RE: Excel Question
tuwood - 2012-07-19 9:54 PM

I'm not 100% sure what you're trying to do, but it sounds like you're trying to display data that's on the first sheet on the next 7 sheets.  If that's the case then you just reference the sheet 1 cell on the other sheets with "=Sheet1!A1"

So on Sheet 1 you put all the data and then on all your subsequent sheets you use "Sheet1!A1" "=Sheet1!A2" "=Sheet1!A3" etc... and then when you add a new line to your master it will populate on all subsequent sheets.

When budget season comes up I have do this across several full workbooks and several spreadsheets within those workbooks and what tuwood is suggesting is what I do, also.  I' reference full sheets to an original and then write over what I need to.Just start with sheet 1 A1 and reference to it, then copy and paste that cell to the entire sheet.

2012-07-20 12:11 PM
in reply to: #4322033

User image

Veteran
735
50010010025
Norcal
Subject: RE: Excel Question
Do take a look at Pivot Tables. Even if they aren't right for this you should know about them if you are a regular excel user as they can be really powerful. I can't really tell from your description is a pivot is really what you need - it sounds more like you need a master table that propagates all its rows through to other sheets right? 
2012-07-20 12:30 PM
in reply to: #4320044

Extreme Veteran
861
5001001001002525
Northbridge, Massachusetts
Subject: RE: Excel Question

Here is an example of a list with two different pivot table views.  One pivot table can provide both views simply by dragging and dropping the column names into either a column or row view.  The second pivot has the district as the filter.  That is a drop down box and you can view all districts or any combination of districts

ETA:  This took me about 3 minutes to throw together.  We use pivots for just about all the data we send out (Finance Department)  Slicers and pivots have made it much easier for the end user.



Edited by SGriepsma 2012-07-20 12:35 PM




(Pivot.jpg)



Attachments
----------------
Pivot.jpg (68KB - 12 downloads)
2012-07-20 12:30 PM
in reply to: #4322069

User image

Sensei
Sin City
Subject: RE: Excel Question

mjr66 - 2012-07-20 10:11 AM Do take a look at Pivot Tables. Even if they aren't right for this you should know about them if you are a regular excel user as they can be really powerful. I can't really tell from your description is a pivot is really what you need - it sounds more like you need a master table that propagates all its rows through to other sheets right? 

yes...

Because on the front sheet, I need to grab totals from all the other sheets/"districts" and have a grand total.  I want to create a formulas that goes to the same cell on each sheet and totals them up.  But if I add a line item in district 7, that line item needs to show up in the summary and be included in every other district...

ANYWAY, I got something to work.  The only problem was I forgot to ungroup the sheets when I was editing the numbers in one district and it messed them up in every other sheet.  So as powerful and  helpfull as grouping sheets together is, it's just as dangerous if you don't ungroup them.

New Thread
Other Resources My Cup of Joe » Excel Question Rss Feed