Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pivot tables & tracking data
 
Posts: n/a
Default pivot tables & queries

I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.
  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

Assuming your table is similar to this:

Date Client# MoveFrom MoveTo
1/1/05 203 TypeA TypeB

In the Pivot table, add MoveFrom to the Row area, MoveTo to the Column
Area, and Client# to the Data area, as Count of Client#

Pivot tables & tracking data wrote:
I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Pivot Table/Query
 
Posts: n/a
Default

Unfortunately, due to the # of moves these kids may have each row is a
separate record (adding moves in columns would be never ending). The table
looks more like this
Placement Date Placement Termination Date Placement
1/1/05 5/1/05 Jane, Mary
Placement Date Placement Termination Date Placement#
5/1/05 Jones,
Robert

Any suggestions? I need to know not only who moved on what date but where
they came from. The only way I've been able to do it is through an advanced
filter on the spreadsheet. But its not a reader friendly printout


"Debra Dalgleish" wrote:

Assuming your table is similar to this:

Date Client# MoveFrom MoveTo
1/1/05 203 TypeA TypeB

In the Pivot table, add MoveFrom to the Row area, MoveTo to the Column
Area, and Client# to the Data area, as Count of Client#

Pivot tables & tracking data wrote:
I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #4   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

My sample assumes one row per move, with two columns of Home Type
information, not multiple columns.
In your data, how do you determine the home type, or where they were
previously?

Pivot Table/Query wrote:
Unfortunately, due to the # of moves these kids may have each row is a
separate record (adding moves in columns would be never ending). The table
looks more like this
Placement Date Placement Termination Date Placement
1/1/05 5/1/05 Jane, Mary
Placement Date Placement Termination Date Placement#
5/1/05 Jones,
Robert

Any suggestions? I need to know not only who moved on what date but where
they came from. The only way I've been able to do it is through an advanced
filter on the spreadsheet. But its not a reader friendly printout


"Debra Dalgleish" wrote:


Assuming your table is similar to this:

Date Client# MoveFrom MoveTo
1/1/05 203 TypeA TypeB

In the Pivot table, add MoveFrom to the Row area, MoveTo to the Column
Area, and Client# to the Data area, as Count of Client#

Pivot tables & tracking data wrote:

I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #5   Report Post  
Pivot Table/Query
 
Posts: n/a
Default

I have been capturing this data for about 8 months.For every move a new row
is created with the child's basic info, I then add their placement date for
the new placement & the resource used. The resource type depends on the name
of the home where the child is placed (v-lookup is used for that on my master
table so it prefills). When I use advanced filter I can use a formula to
capture say all kids placed or terminated placement between certain dates.
This allows me to see where they were previously and currently (the dates are
always the same for the previous termination date and the next placement
date, i.e. if a child leaves a home today, the next row should have a
placement date of today...).

"Debra Dalgleish" wrote:

My sample assumes one row per move, with two columns of Home Type
information, not multiple columns.
In your data, how do you determine the home type, or where they were
previously?

Pivot Table/Query wrote:
Unfortunately, due to the # of moves these kids may have each row is a
separate record (adding moves in columns would be never ending). The table
looks more like this
Placement Date Placement Termination Date Placement
1/1/05 5/1/05 Jane, Mary
Placement Date Placement Termination Date Placement#
5/1/05 Jones,
Robert

Any suggestions? I need to know not only who moved on what date but where
they came from. The only way I've been able to do it is through an advanced
filter on the spreadsheet. But its not a reader friendly printout


"Debra Dalgleish" wrote:


Assuming your table is similar to this:

Date Client# MoveFrom MoveTo
1/1/05 203 TypeA TypeB

In the Pivot table, add MoveFrom to the Row area, MoveTo to the Column
Area, and Client# to the Data area, as Count of Client#

Pivot tables & tracking data wrote:

I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




  #6   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

A pivot table summarizes data, so it can't detect what's in the next row
of the source data, or make a connection between termination and start
dates in different rows.

You could add another column, to record the new home type, and add that
to the pivot table.

Pivot Table/Query wrote:
I have been capturing this data for about 8 months.For every move a new row
is created with the child's basic info, I then add their placement date for
the new placement & the resource used. The resource type depends on the name
of the home where the child is placed (v-lookup is used for that on my master
table so it prefills). When I use advanced filter I can use a formula to
capture say all kids placed or terminated placement between certain dates.
This allows me to see where they were previously and currently (the dates are
always the same for the previous termination date and the next placement
date, i.e. if a child leaves a home today, the next row should have a
placement date of today...).

"Debra Dalgleish" wrote:


My sample assumes one row per move, with two columns of Home Type
information, not multiple columns.
In your data, how do you determine the home type, or where they were
previously?

Pivot Table/Query wrote:

Unfortunately, due to the # of moves these kids may have each row is a
separate record (adding moves in columns would be never ending). The table
looks more like this
Placement Date Placement Termination Date Placement
1/1/05 5/1/05 Jane, Mary
Placement Date Placement Termination Date Placement#
5/1/05 Jones,
Robert

Any suggestions? I need to know not only who moved on what date but where
they came from. The only way I've been able to do it is through an advanced
filter on the spreadsheet. But its not a reader friendly printout


"Debra Dalgleish" wrote:



Assuming your table is similar to this:

Date Client# MoveFrom MoveTo
1/1/05 203 TypeA TypeB

In the Pivot table, add MoveFrom to the Row area, MoveTo to the Column
Area, and Client# to the Data area, as Count of Client#

Pivot tables & tracking data wrote:


I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #7   Report Post  
Pivot Table/Query
 
Posts: n/a
Default

Okay. I played around with the pivot table & I have it almost perfect to my
needs I think. Only problem is this. I would like to be able to select a
placement date OR a termination date for the same row. I have accomplished
this with an advanced filter on my log, is it possible to select 1 OR the
other from 2 pivot table columns? It seems like its in AND mode.

"Debra Dalgleish" wrote:

A pivot table summarizes data, so it can't detect what's in the next row
of the source data, or make a connection between termination and start
dates in different rows.

You could add another column, to record the new home type, and add that
to the pivot table.

Pivot Table/Query wrote:
I have been capturing this data for about 8 months.For every move a new row
is created with the child's basic info, I then add their placement date for
the new placement & the resource used. The resource type depends on the name
of the home where the child is placed (v-lookup is used for that on my master
table so it prefills). When I use advanced filter I can use a formula to
capture say all kids placed or terminated placement between certain dates.
This allows me to see where they were previously and currently (the dates are
always the same for the previous termination date and the next placement
date, i.e. if a child leaves a home today, the next row should have a
placement date of today...).

"Debra Dalgleish" wrote:


My sample assumes one row per move, with two columns of Home Type
information, not multiple columns.
In your data, how do you determine the home type, or where they were
previously?

Pivot Table/Query wrote:

Unfortunately, due to the # of moves these kids may have each row is a
separate record (adding moves in columns would be never ending). The table
looks more like this
Placement Date Placement Termination Date Placement
1/1/05 5/1/05 Jane, Mary
Placement Date Placement Termination Date Placement#
5/1/05 Jones,
Robert

Any suggestions? I need to know not only who moved on what date but where
they came from. The only way I've been able to do it is through an advanced
filter on the spreadsheet. But its not a reader friendly printout


"Debra Dalgleish" wrote:



Assuming your table is similar to this:

Date Client# MoveFrom MoveTo
1/1/05 203 TypeA TypeB

In the Pivot table, add MoveFrom to the Row area, MoveTo to the Column
Area, and Client# to the Data area, as Count of Client#

Pivot tables & tracking data wrote:


I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


  #8   Report Post  
Pivot Table/Query
 
Posts: n/a
Default

Okay I figured it out. Here it is for anyone who may have this problem. The
main thing that I needed was to capture all movement on a specified day, ie.
moved from/move to on 6/1/05. I went into my spreadsheet and added 2 things.
1 was a cell with the date i was intested in & the other was a formula to
come up with a yes/no answer. I had it check the placement date & termination
dates to see if it falls between the requested dates I'm looking for, if
so...yes, if not..no. I then added this last column to my Pivot Table at the
Page level. I can then select all "YES" answers & see where the child came
from & where they went! Thank you so much for all of your help

"Debra Dalgleish" wrote:

A pivot table summarizes data, so it can't detect what's in the next row
of the source data, or make a connection between termination and start
dates in different rows.

You could add another column, to record the new home type, and add that
to the pivot table.

Pivot Table/Query wrote:
I have been capturing this data for about 8 months.For every move a new row
is created with the child's basic info, I then add their placement date for
the new placement & the resource used. The resource type depends on the name
of the home where the child is placed (v-lookup is used for that on my master
table so it prefills). When I use advanced filter I can use a formula to
capture say all kids placed or terminated placement between certain dates.
This allows me to see where they were previously and currently (the dates are
always the same for the previous termination date and the next placement
date, i.e. if a child leaves a home today, the next row should have a
placement date of today...).

"Debra Dalgleish" wrote:


My sample assumes one row per move, with two columns of Home Type
information, not multiple columns.
In your data, how do you determine the home type, or where they were
previously?

Pivot Table/Query wrote:

Unfortunately, due to the # of moves these kids may have each row is a
separate record (adding moves in columns would be never ending). The table
looks more like this
Placement Date Placement Termination Date Placement
1/1/05 5/1/05 Jane, Mary
Placement Date Placement Termination Date Placement#
5/1/05 Jones,
Robert

Any suggestions? I need to know not only who moved on what date but where
they came from. The only way I've been able to do it is through an advanced
filter on the spreadsheet. But its not a reader friendly printout


"Debra Dalgleish" wrote:



Assuming your table is similar to this:

Date Client# MoveFrom MoveTo
1/1/05 203 TypeA TypeB

In the Pivot table, add MoveFrom to the Row area, MoveTo to the Column
Area, and Client# to the Data area, as Count of Client#

Pivot tables & tracking data wrote:


I track the movement of kids on a massive log. As they move one home (type
varies) and move into another. I would like to be able to track/summarize the
# of kids moving from a certain type of home into another. Problem is, each
of these movements are on a seperate row (record). I am very familiar with
pivot tables & advanced filtering. I would like to use the pivot table, but
I'm not sure how to go about it.


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


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
Linking Pivot Tables to Access Queries Nigel Links and Linking in Excel 1 April 7th 05 11:41 PM
pivot tables interface with queries biviluv Excel Worksheet Functions 0 March 15th 05 08:15 PM
Macro for Pivot Tables Thomas Excel Discussion (Misc queries) 1 March 15th 05 01:03 AM
Product Function in Pivot Tables from Multiple Consolidation Range bbishop222 Excel Worksheet Functions 0 February 22nd 05 04:55 PM
How does the term 'pivot' apply to Excel's Pivot tables and Pivot. stvermont Excel Discussion (Misc queries) 1 February 17th 05 01:34 AM


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