#1   Report Post  
Posted to microsoft.public.excel.misc
Lisa
 
Posts: n/a
Default Pivot Table Filter

Excel 2003 shows a filter arrow on data rows, to select/deselect single items.
Can I apply custom settings as you can on Autofilter?
I want to show data only of product codes containing "FG" not for all
product codes.
I can't use the Page Field as I have many product codes that inclued "FG" as
part of the product code, and this only allows one at a time, I want to see
all those containing "FG"
  #2   Report Post  
Posted to microsoft.public.excel.misc
Portuga
 
Posts: n/a
Default Pivot Table Filter


Hi Lisa,

you can indeed use the page field.

Drag the product codes to the Page Field. Leave "all" selected

1- right click on top of product code bar.
2 - Select "Field Settings": at the botton you have the option to Hide
items.
3- Just select the ones that DONT contain FG on it.
4- Eureka!


--
Portuga
------------------------------------------------------------------------
Portuga's Profile: http://www.excelforum.com/member.php...fo&userid=6385
View this thread: http://www.excelforum.com/showthread...hreadid=523026

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bean123r
 
Posts: n/a
Default Pivot Table Filter

You could add a helper column to your source data that will indicate if the
product code contains "fg".

If A1 contains product codes i.e.:
123FG
FG123
1FG23
123

Add the formula =if(isnumber(search("fg",a1)),"yes","no") to the cell beside
your product code and copy down.

Your table will look like this
123FG yes
FG123 yes
1FG23 yes
123 no

If you include both columns in your pivot, then you can filter for the "yeses"

"Lisa" wrote:

Excel 2003 shows a filter arrow on data rows, to select/deselect single items.
Can I apply custom settings as you can on Autofilter?
I want to show data only of product codes containing "FG" not for all
product codes.
I can't use the Page Field as I have many product codes that inclued "FG" as
part of the product code, and this only allows one at a time, I want to see
all those containing "FG"

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Pivot Table Filter

You can type a single character to the right of your last pivot table column
(outside of the table). Then datafilter on that character and you will be
able to use the data filter on the pivot table fields. It has limited use
but it's an option to try.

"Lisa" wrote:

Excel 2003 shows a filter arrow on data rows, to select/deselect single items.
Can I apply custom settings as you can on Autofilter?
I want to show data only of product codes containing "FG" not for all
product codes.
I can't use the Page Field as I have many product codes that inclued "FG" as
part of the product code, and this only allows one at a time, I want to see
all those containing "FG"

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Pivot Table Filter

Hi Lisa

I would be inclined to create an extra column in my source data. Don't
forget to then extend the source range in your PT)
If the FG is the first 2 characters of the code, then just enter
=LEFT(A1,2) substituting the reference where your code appears for A1.
Include this field in the row area of your PT, double click on the field
and set Subtotals to None.
Use this field to filter for your FG items.

If it is not as simple as the first 2 characters, then use the MID()
function.

Don't forget to then extend the source range in your PT.
--
Regards

Roger Govier


"john anderson" wrote in
message ...
You can type a single character to the right of your last pivot table
column
(outside of the table). Then datafilter on that character and you
will be
able to use the data filter on the pivot table fields. It has limited
use
but it's an option to try.

"Lisa" wrote:

Excel 2003 shows a filter arrow on data rows, to select/deselect
single items.
Can I apply custom settings as you can on Autofilter?
I want to show data only of product codes containing "FG" not for all
product codes.
I can't use the Page Field as I have many product codes that inclued
"FG" as
part of the product code, and this only allows one at a time, I want
to see
all those containing "FG"



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
Filter based on Pivot table michaelp Excel Worksheet Functions 3 December 7th 05 12:48 AM
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 created from another pivot table Kreed Excel Worksheet Functions 6 October 26th 05 04:16 PM
Pivot Table - Multiple consolidation Range tengreen Excel Worksheet Functions 1 July 1st 05 07:18 PM
Pivot table, dynamic data formula Excel GuRu Excel Discussion (Misc queries) 3 May 3rd 05 10:45 PM


All times are GMT +1. The time now is 09:01 AM.

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"