Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 86
Default Screening Data

I need to screen out high and low values from a data set that contains any
number of columns. The first column contains the time stamps and the
remaining columns contain the data. I currently put the raw data into an
array and then create an array of the screened values (i.e., data that meets
the criteria) which is displayed on a worksheet. The data that is screened
out is replaced with empty cells or null values (""). This process works
well but performance is an issue.

Does anyone have any suggestions on how to improve the performance? I'm
currently looping through the data and using IF THEN statements to make
decisions. It would be ideal if this could be done using some sort of array
commands.

Thanks in advance,
Raul
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Screening Data

Can you post what you are currently using?

"Raul" wrote:

I need to screen out high and low values from a data set that contains any
number of columns. The first column contains the time stamps and the
remaining columns contain the data. I currently put the raw data into an
array and then create an array of the screened values (i.e., data that meets
the criteria) which is displayed on a worksheet. The data that is screened
out is replaced with empty cells or null values (""). This process works
well but performance is an issue.

Does anyone have any suggestions on how to improve the performance? I'm
currently looping through the data and using IF THEN statements to make
decisions. It would be ideal if this could be done using some sort of array
commands.

Thanks in advance,
Raul

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
Screening through days of the week including time rhhince[_2_] Excel Worksheet Functions 1 January 25th 12 01:22 PM
Shading or Screening a List Ray Excel Discussion (Misc queries) 1 March 5th 08 07:19 PM
print screening from excel and then pasting it into word Mary Excel Discussion (Misc queries) 1 May 3rd 06 01:32 PM
Screening one list for data DD Excel Worksheet Functions 2 April 14th 06 09:50 PM
screening regression analysis in Excel Grinch Excel Discussion (Misc queries) 1 July 19th 05 01:04 PM


All times are GMT +1. The time now is 05:13 PM.

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"