+ Reply to Thread
Results 1 to 4 of 4

Compare arrays or rnages

  1. #1
    Forum Contributor
    Join Date
    02-05-2015
    Location
    czech
    MS-Off Ver
    2010
    Posts
    172

    Compare arrays or rnages

    I have two arrays (2 dimensional) of same size. I would like to compare them if they are equal.
    I have two ranges of same size. I would like to compare them too.

    Doing it by loop is not feasble. Is there a better way?

  2. #2
    Forum Contributor
    Join Date
    09-03-2015
    Location
    IE
    MS-Off Ver
    2003 - 2016
    Posts
    258

    Re: Compare arrays or rnages

    Why is it not feasible to do it by loop? Looping it the only way to 'walk' through an array.

    As you don't want to loop then I doubt you'll want to read this page which lists (probably) just about every bit of code you need to work with arrays.

  3. #3
    Forum Contributor
    Join Date
    02-05-2015
    Location
    czech
    MS-Off Ver
    2010
    Posts
    172

    Re: Compare arrays or rnages

    Better stated: Doing it by loop is slow at least for ranges. Say I have large array or range on which I apply function. I would like to apply the function many times by loop. In each step n I want to test if the array(n)=arry(n-2). So the faster the check the better.

  4. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: Compare arrays or rnages

    Looping through arrays is fast. It's looping through ranges that isn't

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Compare two arrays
    By Regenbui in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2014, 03:35 PM
  2. vba compare arrays and remove exact matching arrays
    By jacojvv in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 10-25-2013, 07:30 AM
  3. userform combo box conditional rnages
    By ratdogexcel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-12-2013, 07:01 AM
  4. Compare 2 arrays using Match
    By skimmer333 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-07-2010, 03:38 AM
  5. Compare 2 Arrays
    By Antnee in forum Excel General
    Replies: 8
    Last Post: 12-22-2009, 08:24 AM
  6. Compare Arrays
    By j92devils in forum Excel General
    Replies: 2
    Last Post: 04-13-2007, 06:17 PM
  7. [SOLVED] Arrays: compare fields?
    By NorTor in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-18-2005, 10:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1