#1   Report Post  
LoriM
 
Posts: n/a
Default Pivot Table Help

I have a lot of data that I am trying to analyze with a pivot table and am
not sure how to go about it.

Columns are
(1) District
(2) Store #
(3) 2003 Score - these are #s or text ("incomplete")
(4) 2004 Score - these are #s or text ("incomplete")

For each district, I am trying to find out 3 things:

(1) % of stores incomplete
(2) Average score for 2003 & 2004 - I've got this one working properly
(3) % change between 2003 & 2004

I can successfully analyze the data in a spreadsheet but there is too much
to go through and thought a pivot table was the way to go.

All I need is the totals, don't really care to show all of the data behind it.

Any suggestions on how to do this or where to go for a tutorial is very much
appreciated. Thank you all!
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

I think I'd insert a couple more columns in the data table.

then use a couple of formulas to indicate Incomplete.

=if(c2="incomplete",1,0)
=if(d2="incomplete",1,0)

Then you can add those columns to your pivottable as averages (formatted as
percentages).


Depending on the version of excel you're using, you can use an =getpivotdata()
formula.
(See Debra Dalgleish's site:
http://www.contextures.com/xlPivot06.html)

In point #3: did you mean the difference in averages?



LoriM wrote:

I have a lot of data that I am trying to analyze with a pivot table and am
not sure how to go about it.

Columns are
(1) District
(2) Store #
(3) 2003 Score - these are #s or text ("incomplete")
(4) 2004 Score - these are #s or text ("incomplete")

For each district, I am trying to find out 3 things:

(1) % of stores incomplete
(2) Average score for 2003 & 2004 - I've got this one working properly
(3) % change between 2003 & 2004

I can successfully analyze the data in a spreadsheet but there is too much
to go through and thought a pivot table was the way to go.

All I need is the totals, don't really care to show all of the data behind it.

Any suggestions on how to do this or where to go for a tutorial is very much
appreciated. Thank you all!


--

Dave Peterson
  #3   Report Post  
LoriM
 
Posts: n/a
Default

Thanks for your response, Dave. I got it to work!
LoriM

"Dave Peterson" wrote:

I think I'd insert a couple more columns in the data table.

then use a couple of formulas to indicate Incomplete.

=if(c2="incomplete",1,0)
=if(d2="incomplete",1,0)

Then you can add those columns to your pivottable as averages (formatted as
percentages).


Depending on the version of excel you're using, you can use an =getpivotdata()
formula.
(See Debra Dalgleish's site:
http://www.contextures.com/xlPivot06.html)

In point #3: did you mean the difference in averages?



LoriM wrote:

I have a lot of data that I am trying to analyze with a pivot table and am
not sure how to go about it.

Columns are
(1) District
(2) Store #
(3) 2003 Score - these are #s or text ("incomplete")
(4) 2004 Score - these are #s or text ("incomplete")

For each district, I am trying to find out 3 things:

(1) % of stores incomplete
(2) Average score for 2003 & 2004 - I've got this one working properly
(3) % change between 2003 & 2004

I can successfully analyze the data in a spreadsheet but there is too much
to go through and thought a pivot table was the way to go.

All I need is the totals, don't really care to show all of the data behind it.

Any suggestions on how to do this or where to go for a tutorial is very much
appreciated. Thank you all!


--

Dave Peterson

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
Using a Pivot Table Calculated Field to get a Unique Count Mike Struckman Excel Worksheet Functions 1 November 22nd 05 05:32 PM
Pivot Table services Craig Excel Discussion (Misc queries) 5 January 19th 05 06:11 PM
How to create a calculated field formula based on Pivot Table resu dha17 Excel Discussion (Misc queries) 1 December 15th 04 05:39 AM
pivot table multi line chart souris Charts and Charting in Excel 2 December 7th 04 03:56 AM
Problem with Pivot Table Drop-Down Menus Mac Excel Worksheet Functions 4 November 7th 04 01:18 PM


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