Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Pivot table "restricted" output

Hi,
In the row area I have the fields Product, Country and Month.
In the data area I have the fields Sales_Act (Sum of) and Sales_Bdg (Sum of).
How can I get in pivot table the only products, countries and monthes that
have Sum of Sales_act between $ 9,000 and $ 40,000?

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Pivot table "restricted" output

You could filter the values in Excel 2007, but if you're using an
earlier version, that feature isn't available.

For earlier versions, you could add a field to the source data, to
calculate the total for each product/country/month combination. For example:


=SUMPRODUCT(--($G$2:$G$50=G2),--($D$2:$D$50=D2),--($F$2:$F$50=F2),$L$2:$L$50)

where product is in column G, country in D, month in F and sales in L.

In another column, test the results against your minimum and maximum
values, e.g.:
=AND(H2=MinVal,H2<=MaxVal)

Add the test field to the page area, and select TRUE from the dropdown list.

mit05 wrote:
Hi,
In the row area I have the fields Product, Country and Month.
In the data area I have the fields Sales_Act (Sum of) and Sales_Bdg (Sum of).
How can I get in pivot table the only products, countries and monthes that
have Sum of Sales_act between $ 9,000 and $ 40,000?

Thanks



--
Debra Dalgleish
Contextures
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
How do I find the "Show Pages..." Pivot table feature in 2007? Jonathan Excel Discussion (Misc queries) 1 February 9th 07 09:08 PM
Deleted the pivot table - continue to get the "overlap" error message [email protected] Excel Discussion (Misc queries) 0 September 27th 06 04:07 PM
bunch of "yes" or "no" entered in row, output 1 if a single yes dan2201 Excel Worksheet Functions 9 September 7th 06 05:05 PM
"Show Field List" in Pivot Table Toolbar doesn't work Flyer27 Excel Discussion (Misc queries) 0 April 12th 06 12:05 AM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


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