Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default subsetting by dollar amount

Hi,

I have a pivot table based on an access query. It gives sales by month and
then a total by customer. The totals by customer vary from $100 to $100,000.
I want to be able to somehow filter out amount based on a dollar amount that
I type in. For instance, I only want to see those clients with totals
5000 or 50000. Is there a way to create an input box where I can type in a
dollar amount and have the report filter all amounts below the amount that I
type in?

Thanks,

--
Chuck W
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default subsetting by dollar amount

Chuck,

One easy way is to use another column of formulas in your database table
(insert a column so that it is included in your pivot table source).

Use a formula like:

=IF(B2=$H$2,"Include","")

and then copy that down. Set up your PT to show only values of that field
where the entry is "Include", and then when you want to change the level,
enter the new cutoff level in cell H2, and refresh your pivot table.

HTH,
Bernie
MS Excel MVP


"ChuckW" wrote in message
...
Hi,

I have a pivot table based on an access query. It gives sales by month
and
then a total by customer. The totals by customer vary from $100 to
$100,000.
I want to be able to somehow filter out amount based on a dollar amount
that
I type in. For instance, I only want to see those clients with totals
5000 or 50000. Is there a way to create an input box where I can type
in a
dollar amount and have the report filter all amounts below the amount that
I
type in?

Thanks,

--
Chuck W



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default subsetting by dollar amount

Bernie,

Thanks for your help. I am not fully understanding the steps though. Do I
create a field in my Access DB table and populate it with something? I am a
novice Excel user so any additional explaining would be helpful.

Thanks,

--
Chuck W


"Bernie Deitrick" wrote:

Chuck,

One easy way is to use another column of formulas in your database table
(insert a column so that it is included in your pivot table source).

Use a formula like:

=IF(B2=$H$2,"Include","")

and then copy that down. Set up your PT to show only values of that field
where the entry is "Include", and then when you want to change the level,
enter the new cutoff level in cell H2, and refresh your pivot table.

HTH,
Bernie
MS Excel MVP


"ChuckW" wrote in message
...
Hi,

I have a pivot table based on an access query. It gives sales by month
and
then a total by customer. The totals by customer vary from $100 to
$100,000.
I want to be able to somehow filter out amount based on a dollar amount
that
I type in. For instance, I only want to see those clients with totals
5000 or 50000. Is there a way to create an input box where I can type
in a
dollar amount and have the report filter all amounts below the amount that
I
type in?

Thanks,

--
Chuck W




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default subsetting by dollar amount

Chuck,

After you do the data extract from Access, add in the column of formulas,
then do your pivot table. You probably could do your extract to pull a
limited set of data, but then you wouldn't be able to look at the different
levels without re-doing the extract.

HTH
Bernie
MS Excel MVP

"ChuckW" wrote in message
...
Bernie,

Thanks for your help. I am not fully understanding the steps though. Do
I
create a field in my Access DB table and populate it with something? I am
a
novice Excel user so any additional explaining would be helpful.

Thanks,

--
Chuck W


"Bernie Deitrick" wrote:

Chuck,

One easy way is to use another column of formulas in your database table
(insert a column so that it is included in your pivot table source).

Use a formula like:

=IF(B2=$H$2,"Include","")

and then copy that down. Set up your PT to show only values of that
field
where the entry is "Include", and then when you want to change the level,
enter the new cutoff level in cell H2, and refresh your pivot table.

HTH,
Bernie
MS Excel MVP


"ChuckW" wrote in message
...
Hi,

I have a pivot table based on an access query. It gives sales by month
and
then a total by customer. The totals by customer vary from $100 to
$100,000.
I want to be able to somehow filter out amount based on a dollar amount
that
I type in. For instance, I only want to see those clients with totals

5000 or 50000. Is there a way to create an input box where I can
type
in a
dollar amount and have the report filter all amounts below the amount
that
I
type in?

Thanks,

--
Chuck W






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 you merge a dollar amount into a word doc and keep the $? Campo Excel Worksheet Functions 2 April 22nd 08 03:40 PM
dollar amount versus Time Webitect Excel Worksheet Functions 2 March 4th 06 07:44 PM
Cenvert dollar amount into words Edwin Excel Worksheet Functions 1 September 7th 05 03:35 AM
Hide row if dollar amount is zero Karl Irvin Excel Discussion (Misc queries) 5 May 7th 05 12:08 AM
How do I enter a negative dollar amount? CML Excel Discussion (Misc queries) 7 February 6th 05 11:19 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"