Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 386
Default Repost - Functions on filtered data

Afternoon,

Sorry i forgot to put in the formulas concerned. Second time lucky!

I have an excel sheet of 10 cols and 200 rows on sheet 1.
Sheet 2 has a table which searches through the list of data in sheet 1 to

1 - produce a list of unique items using the formula -

=IF(IF(ISNA(MATCH(0;COUNTIF($B$3:B3;Réleves!$D$3: $D$5001);0));"";INDEX(Réleves!$D$3:$D$5001;MATCH( 0;COUNTIF($B$3:B3;Réleves!$D$3:$D$5001);0)))=0;"" ;IF(ISNA(MATCH(0;COUNTIF($B$3:B3;Réleves!$D$3:$D$ 5001);0));"";INDEX(Réleves!$D$3:$D$5001;MATCH(0;C OUNTIF($B$3:B3;Réleves!$D$3:$D$50001);0))))
2 - find max/av/min of col F per item using formula -
=IF(Analyse!$B4="";"";MAX(IF(INDIRECT($S$5)=Analys e!$B4;INDIRECT($S$6))))
3 - find max/av/min of col G per item using formula -
=IF(Analyse!$B4="";"";AVERAGE(IF(INDIRECT($S$5)=An alyse!$B4;INDIRECT($S$7))))
4 - count how many results per item there are using -
=IF(Analyse!$B4="";"";SUM(IF((INDIRECT($S$5)=Analy se!$B4)*(INDIRECT($S$6)0);1;0)))

Indirect is used to drive the address so as the file only searches through
rows which contain data.

When i try and use the filters on sheet 1 to search specific items etc the
file is very long to update.

Is there a reason why it is so long to activate when i try to filter?
How can i speed this up?

Thanks
Lindsey
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
Functions on filtered data LiAD Excel Worksheet Functions 1 March 26th 10 02:06 AM
Return filtered values into report worksheet based on filtered valueon the data worksheet dicko1 Excel Worksheet Functions 1 April 21st 09 12:27 AM
Data Validation - repost RaulDR Excel Discussion (Misc queries) 2 September 9th 08 11:33 AM
REPOST: Count certain records in filtered data Steve Simons Excel Discussion (Misc queries) 5 August 19th 06 12:48 PM
Pull Current Month's Data Out of List - Repost Karl Burrows Excel Discussion (Misc queries) 4 May 3rd 05 01:06 AM


All times are GMT +1. The time now is 07:40 AM.

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"