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

Here's the other task -

I have an array6 that has dimensions as follows - the first dimension
could change, but not the second -

Array6(22526,25)

For each n of Array6(n,25) the Array6(n,1) contains an 18 character
length string that corresponds to the Array5 I describe in the earlier
post. For information, Array6 contains "used" combinations within
Array5.
The challenge is that from time to time, the strings in Array6 may no
longer be contained with Array5 - and are thus now "invalid". So what I
need to do is compare Array5 and Array6 and effectively "tag" each item
in Array6 now as "valid" (e.g. its contained it appears in Array6) or
"invalid" (it doesn't appear in Array6). In both cases Array5 and
Array6 would be sorted based on the corresponding string being compared

- Array6(n,1) and Array5(q,1)

Again though the problem is that Array5 and Array6 are roughly
20-30,000 long each and thus to loop through each would create a need
for something like a little less than 1 billion comparisons.

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
Comparing 2 arrays [email protected] Excel Worksheet Functions 3 January 2nd 06 02:31 AM
Comparing Arrays TangentMemory Excel Discussion (Misc queries) 2 May 13th 05 05:06 PM
Comparing Arrays KL Excel Worksheet Functions 9 December 3rd 04 08:58 PM
Comparing to Arrays Marston Excel Programming 7 September 1st 04 01:09 AM
Comparing to Arrays [email protected] Excel Programming 0 August 31st 04 07:41 PM


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