Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jo Davis
 
Posts: n/a
Default Calculating with filtered cells

Hi

Can you have a formula that updates when you use a filter?


  #2   Report Post  
bpeltzer
 
Posts: n/a
Default Calculating with filtered cells

I'm assuming you want your formulas to consider only the rows that pass the
filter. If so, check out the subtotal function; it honors the filter. Ex
=sum(a:a) will always give you the sum of the entire column.
=subtotal(9,a:a) will total those cells in column A that pass the filter.
See the help on the subtotal function to find the other calculations
available in subtotal (min, max, avg, count, etc).

"Jo Davis" wrote:

Hi

Can you have a formula that updates when you use a filter?


  #3   Report Post  
Jo Davis
 
Posts: n/a
Default Calculating with filtered cells

Hi

The calculation i need is a st dev will this still be honoured

"bpeltzer" wrote:

I'm assuming you want your formulas to consider only the rows that pass the
filter. If so, check out the subtotal function; it honors the filter. Ex
=sum(a:a) will always give you the sum of the entire column.
=subtotal(9,a:a) will total those cells in column A that pass the filter.
See the help on the subtotal function to find the other calculations
available in subtotal (min, max, avg, count, etc).

"Jo Davis" wrote:

Hi

Can you have a formula that updates when you use a filter?


  #4   Report Post  
Jo Davis
 
Posts: n/a
Default Calculating with filtered cells

Sorry

You can tell it is Monday, i want the St Deviation to update/change with the
new filtered information, is this possible?


"Jo Davis" wrote:

Hi

Can you have a formula that updates when you use a filter?


  #5   Report Post  
Gord Dibben
 
Posts: n/a
Default Calculating with filtered cells

Jo

Have a look at Help under "subtotal function".

Shows the formulas to use.


Gord Dibben Excel MVP

On Mon, 14 Nov 2005 09:42:10 -0800, "Jo Davis"
wrote:

Sorry

You can tell it is Monday, i want the St Deviation to update/change with the
new filtered information, is this possible?


"Jo Davis" wrote:

Hi

Can you have a formula that updates when you use a filter?





  #6   Report Post  
bpeltzer
 
Posts: n/a
Default Calculating with filtered cells

Yes, if you check the subtotal function help, you'll see that function 7 is
stdev and 8 is stdevp. So, for example, you might calculate
=subtotal(7,a2:a200) to calculate the sample standard deviation of the cells
in a2:a200 that passed your filter.

"Jo Davis" wrote:

Hi

The calculation i need is a st dev will this still be honoured

"bpeltzer" wrote:

I'm assuming you want your formulas to consider only the rows that pass the
filter. If so, check out the subtotal function; it honors the filter. Ex
=sum(a:a) will always give you the sum of the entire column.
=subtotal(9,a:a) will total those cells in column A that pass the filter.
See the help on the subtotal function to find the other calculations
available in subtotal (min, max, avg, count, etc).

"Jo Davis" wrote:

Hi

Can you have a formula that updates when you use a filter?


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
Cells formated as numbers are calculating like text MM_BAM Excel Discussion (Misc queries) 4 July 7th 05 01:29 AM
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Sumproduct on filtered cells Ndel40 Excel Worksheet Functions 19 January 20th 05 10:17 PM
Calculating without including Hidden Cells LiquidFire Excel Discussion (Misc queries) 3 November 29th 04 08:35 PM
Pasting onto filtered cells Mediaexcel Excel Worksheet Functions 1 October 27th 04 10:29 PM


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