Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
kasiopi
 
Posts: n/a
Default Filters, Subtotal & Intacted Results after the filters' Removal


Hello.

I have a problem:
I have a data list on which I aplly a filter. In order to count the
results of the filter I use the subtotal function. The problem is that
when I remove the filter the results of the subtotal change, and are
abjusted to the new appearence of the data, which is normal, but not
not what I hoped for. I want this result to be intacked, and
independent of the wheather the folters remains or not.

Can anybody help me???

Thanks in advance..


--
kasiopi
------------------------------------------------------------------------
kasiopi's Profile: http://www.excelforum.com/member.php...o&userid=31848
View this thread: http://www.excelforum.com/showthread...hreadid=515704

  #2   Report Post  
Posted to microsoft.public.excel.misc
NAVEEN
 
Posts: n/a
Default Filters, Subtotal & Intacted Results after the filters' Removal

Hi,

You can try with Pivot Tables. It works best.




Warm regards
NAVEEN

"kasiopi" wrote:


Hello.

I have a problem:
I have a data list on which I aplly a filter. In order to count the
results of the filter I use the subtotal function. The problem is that
when I remove the filter the results of the subtotal change, and are
abjusted to the new appearence of the data, which is normal, but not
not what I hoped for. I want this result to be intacked, and
independent of the wheather the folters remains or not.

Can anybody help me???

Thanks in advance..


--
kasiopi
------------------------------------------------------------------------
kasiopi's Profile: http://www.excelforum.com/member.php...o&userid=31848
View this thread: http://www.excelforum.com/showthread...hreadid=515704


  #3   Report Post  
Posted to microsoft.public.excel.misc
kasiopi
 
Posts: n/a
Default Filters, Subtotal & Intacted Results after the filters' Removal


NAVEEN Wrote:
Hi,
You can try with Pivot Tables. It works best.
[/color]

Are you sure this is the only way?
It is stated to me that in a* specific * cell calculate how many
results are enumerated after the filter is applyed is such way that
when the filter is disabled the outcome remains the same.

With the pivot table, a new table is created.

Am I wrong?


--
kasiopi
------------------------------------------------------------------------
kasiopi's Profile: http://www.excelforum.com/member.php...o&userid=31848
View this thread: http://www.excelforum.com/showthread...hreadid=515704

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Filters, Subtotal & Intacted Results after the filters' Removal

If you want the results of the formula to be the same whether the data is
filtered or not, then you shouldn't use =subtotal(). It ignores those rows
hidden by a filter.

But I have a question.

What value to you want to keep. The value when the filter is applied (and rows
are hidden) or the value that appears when all the rows are visible?

If you want to keep the values when all the rows are visible, then =sum(),
=average(), =count(), ... seem like sensible solutions.

If you want to keep the values when some of the rows are hidden, you can either
convert the formulas to value (edit|copy, edit|paste special|values), or maybe
you could use another column that would indicate that the row should be treated
as visible or hidden.

Then use that in your formula.

Kind of like:
=sumproduct(--(a2:a99="asdf"),--(x2:x99="Visible"))




kasiopi wrote:

NAVEEN Wrote:
Hi,
You can try with Pivot Tables. It works best.


Are you sure this is the only way?
It is stated to me that in a* specific * cell calculate how many
results are enumerated after the filter is applyed is such way that
when the filter is disabled the outcome remains the same.

With the pivot table, a new table is created.

Am I wrong?

--
kasiopi
------------------------------------------------------------------------
kasiopi's Profile: http://www.excelforum.com/member.php...o&userid=31848
View this thread: http://www.excelforum.com/showthread...hreadid=515704[/color]

--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
kasiopi
 
Posts: n/a
Default Filters, Subtotal & Intacted Results after the filters' Removal


The sumproduct worked fine!! It is a very clever way of use it as
count!
Thanks very much!

But how did you kwow about this syndax? the double '-' and the
parenthesis?


--
kasiopi
------------------------------------------------------------------------
kasiopi's Profile: http://www.excelforum.com/member.php...o&userid=31848
View this thread: http://www.excelforum.com/showthread...hreadid=515704



  #6   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Filters, Subtotal & Intacted Results after the filters' Removal

=sumproduct() likes to work with numbers. The -- stuff changes trues and falses
to 1's and 0's.

Bob Phillips explains =sumproduct() in much more detail he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And J.E. McGimpsey has some notes at:
http://mcgimpsey.com/excel/formulae/doubleneg.html

kasiopi wrote:

The sumproduct worked fine!! It is a very clever way of use it as
count!
Thanks very much!

But how did you kwow about this syndax? the double '-' and the
parenthesis?

--
kasiopi
------------------------------------------------------------------------
kasiopi's Profile: http://www.excelforum.com/member.php...o&userid=31848
View this thread: http://www.excelforum.com/showthread...hreadid=515704


--

Dave Peterson
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
abdualmohsn almedrahe abdualmohsn ahmad Excel Discussion (Misc queries) 1 November 19th 05 06:32 PM
Subtotal results without word "Total" achidsey Excel Worksheet Functions 1 September 13th 05 01:46 PM
Pasting Subtotal Results tchen Excel Discussion (Misc queries) 1 August 8th 05 09:49 PM
Sorting subtotal results gls858 New Users to Excel 5 February 13th 05 12:06 PM
Subtotal results in new column and then sorting subtotals ArtM Excel Worksheet Functions 1 January 18th 05 12:21 AM


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