Results 1 to 2 of 2

Populate a unique list from two columns- array formulas to slow!

Threaded View

  1. #1
    Forum Contributor
    Join Date
    04-19-2013
    Location
    Yorkshire, England
    MS-Off Ver
    Excel 2010
    Posts
    297

    Populate a unique list from two columns- array formulas to slow!

    Hi Excel experts,

    I am currently using array formulas to populate a unique list from two columns on different worksheets.

    The two columns that the new column is drawing from might be added to or changed so I need it to work dynamically.

    The formula I have is...

    Formula: copy to clipboard
    =IFERROR(IFERROR(INDEX(SKU_Col,MATCH(0,COUNTIF($C$1:C1,SKU_Col),0)),INDEX(SKU_Col2,MATCH(0,COUNTIF($C$1:C1,SKU_Col2),0))),"")


    This does the job but it is seriously slowing down my spreadsheet... originally populating the list after dragging the formula down (about 3,000 rows) took almost an hour!!!

    Any solution would be greatly appreciated so I can get my spread sheet running again.

    The more automatic it can be the better though.

    Thanks
    Last edited by strud; 05-08-2013 at 09:28 AM.

Thread Information

Users Browsing this Thread

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

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