I am stupid and don't know what the heck I am doing wrong on this pivot table!!!

C

Chris

I used to have a full head of hair until I made my pivot table!! I am
trying to do the following:


Client Name, Last Shipped,Rep,Control #,File #,Grand Total

My list of clients shows all the detail but then when I hide the
detail, the:

Last Shipped
Rep
Control #
File #
are completely blank.


I still have a grand total of the detail, which is great but I am
trying to Show the most recent Last Last Shipped,Rep,Control #,File #,
along with the Grand Total. I am just looking to just show 1 line. This
really nice lady Deb tried to help me but I am completly clueless to
what she wanted me to do.

Tried outlines but when I refresh the data, everything goes out of
wack. I am losing hope and cannot find a solution to this. Please
help!!!

Chris
 
D

Debra Dalgleish

As answered in microsoft.public.excel.misc:

Maybe this will do what you want:

Add a new column (LastShip) to the source data, which marks the latest
shipment for each customer For example, with customers in column A, and
dates in column C, enter this formula in cell D2:

=IF(C2=MAX(IF($A$2:$A$200=A2,$C$2:$C$200,"")),"x","")

Substitute your last row for the 200 in the formula.
This is an array formula. After you type it, hold the Ctrl and Shift
keys, and press Enter.
Copy the formula down to the last row of data.

Refresh the pivot table, and add the LastShip field to the row area.
From that field's dropdown list, leave a check mark only in the X item.

Hide Detail for only that field.

Does that give you the layout that you need?
 
D

Debra Dalgleish

As answered in microsoft.public.excel.misc:

Maybe this will do what you want:

Add a new column (LastShip) to the source data, which marks the latest
shipment for each customer For example, with customers in column A, and
dates in column C, enter this formula in cell D2:

=IF(C2=MAX(IF($A$2:$A$200=A2,$C$2:$C$200,"")),"x","")

Substitute your last row for the 200 in the formula.
This is an array formula. After you type it, hold the Ctrl and Shift
keys, and press Enter.
Copy the formula down to the last row of data.

Refresh the pivot table, and add the LastShip field to the row area.
From that field's dropdown list, leave a check mark only in the X item.

Hide Detail for only that field.

Does that give you the layout that you need?
 
C

Chris

Debra,

You got me excited, I actually thought that was the trick. But it is
not letting me input the formula in the pivot table. Maybe I am doing
something wrong.

Listed below are the fields I have in the Pivot table:

Client Name Column A
Last Shipped Column B (ultimate goal is to show the most recent last
ship date)
Rep C
Control # Column D
File # Column E

15 50 51 Grand Total
Col F Col G Col H Col I

These are all fields that I placed in the pivot table.

Could it be I am placing the formula in the wrong spot?? Oh Debra, I
hope you come back becasue I think you might be on to something. Thanks
for the help.

Chris
 
C

Chris

Debra,

You got me excited, I actually thought that was the trick. But it is
not letting me input the formula in the pivot table. Maybe I am doing
something wrong.

Listed below are the fields I have in the Pivot table:

Client Name Column A
Last Shipped Column B (ultimate goal is to show the most recent last
ship date)
Rep C
Control # Column D
File # Column E

15 50 51 Grand Total
Col F Col G Col H Col I

These are all fields that I placed in the pivot table.

Could it be I am placing the formula in the wrong spot?? Oh Debra, I
hope you come back becasue I think you might be on to something. Thanks
for the help.

Chris
 
G

Guest

i amnot strong on pivot tables myself but you need t enter that formula
alondside yur original data and then include the new column in your pivot
table
--
paul
(e-mail address removed)
remove nospam for email addy!



Chris said:
Debra,

You got me excited, I actually thought that was the trick. But it is
not letting me input the formula in the pivot table. Maybe I am doing
something wrong.

Listed below are the fields I have in the Pivot table:

Client Name Column A
Last Shipped Column B (ultimate goal is to show the most recent last
ship date)
Rep C
Control # Column D
File # Column E

15 50 51 Grand Total
Col F Col G Col H Col I

These are all fields that I placed in the pivot table.

Could it be I am placing the formula in the wrong spot?? Oh Debra, I
hope you come back becasue I think you might be on to something. Thanks
for the help.

Chris
 
G

Guest

i amnot strong on pivot tables myself but you need t enter that formula
alondside yur original data and then include the new column in your pivot
table
--
paul
(e-mail address removed)
remove nospam for email addy!



Chris said:
Debra,

You got me excited, I actually thought that was the trick. But it is
not letting me input the formula in the pivot table. Maybe I am doing
something wrong.

Listed below are the fields I have in the Pivot table:

Client Name Column A
Last Shipped Column B (ultimate goal is to show the most recent last
ship date)
Rep C
Control # Column D
File # Column E

15 50 51 Grand Total
Col F Col G Col H Col I

These are all fields that I placed in the pivot table.

Could it be I am placing the formula in the wrong spot?? Oh Debra, I
hope you come back becasue I think you might be on to something. Thanks
for the help.

Chris
 
C

Chris

thanks paul for the help. I tried both ways just in case. oh well back
to the drawing board

Chris said:
i amnot strong on pivot tables myself but you need t enter that formula
alondside yur original data and then include the new column in your pivot
table
 
C

Chris

thanks paul for the help. I tried both ways just in case. oh well back
to the drawing board

Chris said:
i amnot strong on pivot tables myself but you need t enter that formula
alondside yur original data and then include the new column in your pivot
table
 
D

Debra Dalgleish

The formula goes in the source table, not the pivot table. I've added a
sample file to my web site:

http://www.contextures.com/excelfiles.html

Under PivotTables, look for 'PT0012 - Hide Details to Show Last Date'
Debra,

You got me excited, I actually thought that was the trick. But it is
not letting me input the formula in the pivot table. Maybe I am doing
something wrong.

Listed below are the fields I have in the Pivot table:

Client Name Column A
Last Shipped Column B (ultimate goal is to show the most recent last
ship date)
Rep C
Control # Column D
File # Column E

15 50 51 Grand Total
Col F Col G Col H Col I

These are all fields that I placed in the pivot table.

Could it be I am placing the formula in the wrong spot?? Oh Debra, I
hope you come back becasue I think you might be on to something. Thanks
for the help.

Chris
 
D

Debra Dalgleish

The formula goes in the source table, not the pivot table. I've added a
sample file to my web site:

http://www.contextures.com/excelfiles.html

Under PivotTables, look for 'PT0012 - Hide Details to Show Last Date'
Debra,

You got me excited, I actually thought that was the trick. But it is
not letting me input the formula in the pivot table. Maybe I am doing
something wrong.

Listed below are the fields I have in the Pivot table:

Client Name Column A
Last Shipped Column B (ultimate goal is to show the most recent last
ship date)
Rep C
Control # Column D
File # Column E

15 50 51 Grand Total
Col F Col G Col H Col I

These are all fields that I placed in the pivot table.

Could it be I am placing the formula in the wrong spot?? Oh Debra, I
hope you come back becasue I think you might be on to something. Thanks
for the help.

Chris
 
C

Chris

Oh Debra,

You did a great job on your pivot table but I think there is some
confusion. Where you have everyone listed Jones, Howard, then Jones
again and all the data information. I like Jones, Howard, Gil, and
within these names are the itemized details that go with that person.
It is like a master list with the sub information underneath? Oh man I
am prob not making much sense here

I want to just show one line of recent information on the detail for
one customer. If that makes sense????

I really appreciate your help but I really think this is a Microsoft
glitch.

Chris

Debra said:
The formula goes in the source table, not the pivot table. I've added a
sample file to my web site:

http://www.contextures.com/excelfiles.html

Under PivotTables, look for 'PT0012 - Hide Details to Show Last Date'
 
C

Chris

Oh Debra,

You did a great job on your pivot table but I think there is some
confusion. Where you have everyone listed Jones, Howard, then Jones
again and all the data information. I like Jones, Howard, Gil, and
within these names are the itemized details that go with that person.
It is like a master list with the sub information underneath? Oh man I
am prob not making much sense here

I want to just show one line of recent information on the detail for
one customer. If that makes sense????

I really appreciate your help but I really think this is a Microsoft
glitch.

Chris

Debra said:
The formula goes in the source table, not the pivot table. I've added a
sample file to my web site:

http://www.contextures.com/excelfiles.html

Under PivotTables, look for 'PT0012 - Hide Details to Show Last Date'
 
D

Debra Dalgleish

Are you talking about the pivot table that starts in column K?
It has just one line per customer.
Oh Debra,

You did a great job on your pivot table but I think there is some
confusion. Where you have everyone listed Jones, Howard, then Jones
again and all the data information. I like Jones, Howard, Gil, and
within these names are the itemized details that go with that person.
It is like a master list with the sub information underneath? Oh man I
am prob not making much sense here

I want to just show one line of recent information on the detail for
one customer. If that makes sense????

I really appreciate your help but I really think this is a Microsoft
glitch.

Chris
 
D

Debra Dalgleish

Are you talking about the pivot table that starts in column K?
It has just one line per customer.
Oh Debra,

You did a great job on your pivot table but I think there is some
confusion. Where you have everyone listed Jones, Howard, then Jones
again and all the data information. I like Jones, Howard, Gil, and
within these names are the itemized details that go with that person.
It is like a master list with the sub information underneath? Oh man I
am prob not making much sense here

I want to just show one line of recent information on the detail for
one customer. If that makes sense????

I really appreciate your help but I really think this is a Microsoft
glitch.

Chris
 
C

Chris

I e-mailed you your spreadsheet with the similar changes to what I
have. Its a bit barbaric but the concept I am looking for is to get
that 7/7 date showing for ANderson only.

Chris
Debra said:
Are you talking about the pivot table that starts in column K?
It has just one line per customer.
 
C

Chris

I e-mailed you your spreadsheet with the similar changes to what I
have. Its a bit barbaric but the concept I am looking for is to get
that 7/7 date showing for ANderson only.

Chris
Debra said:
Are you talking about the pivot table that starts in column K?
It has just one line per customer.
 
C

Chris

Tried to e-amil you the example to what would be easier to see but it
got rejected. Is there a better e-mail for you.
 
C

Chris

Tried to e-amil you the example to what would be easier to see but it
got rejected. Is there a better e-mail for you.
 
C

Chris

Hi Deb,

Just sent example to company e-mail.

Chris said:
I e-mailed you your spreadsheet with the similar changes to what I
have. Its a bit barbaric but the concept I am looking for is to get
that 7/7 date showing for ANderson only.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top