+ Reply to Thread
Results 1 to 7 of 7

Slow array-formulas

  1. #1
    Forum Contributor
    Join Date
    08-19-2009
    Location
    Netherlands, Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    585

    Slow array-formulas

    Hello all,

    I'm working on a sheet that has a lot of array-formulas, but they really slowdown my worksheet. Does any of you have a alterntive for this?
    Attached Files Attached Files
    Last edited by Jonathan78; 08-25-2009 at 02:05 AM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Slow array-formulas

    Hi Jonathan,

    Honestly that's the formula I would use in that situation. Unless someone has an alternative, perhaps there's something you can do with your spreadsheet to improve performance, such as converting all previous dates to values instead of maintaining the array formulas.

    You could even have a workbook_open macro run that looks for today's date in row 13 of sheet4, and automatically converts all previous used rows and columns to values.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Slow array-formulas

    One alternative might be:

    Please Login or Register  to view this content.

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Slow array-formulas

    I like the solution DO provided, but just to offer another alternative, you could add, in sheet1, column-E, a unqiue lookup value composed a join of employee and date and use an index/match formula on sheet4.
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    08-19-2009
    Location
    Netherlands, Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    585

    Re: Slow array-formulas

    Thank you for your help Paul, Palmetto and DonekyOte.
    Sorry for my later reply. I'm new to this forum and just found out that my reply notification wasn't activated yet.

    However I already found a solution similar to that of Palmetto.
    It also needs an extra column where the "date" and "employee" are joined together. This is the formula I used to get it working.

    Please Login or Register  to view this content.
    The formula DonkeyOte came up with looks very promising, but I can't get it working.

  6. #6
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Slow array-formulas

    If using helpers is viable option then that's the approach you should adopt is it is the most efficient available to you... (I would perhaps (as per Palmetto) advise using INDEX/MATCH in preference to VLOOKUP given the former will generate fewer precedents)

    Attached is your sample file with the LOOKUP(2/1..) approach - I suspect the difficulties are down to regional settings (ie use of ; as delimiter as opposed to ,) - when the attached is opened it should auto-translate to reflect your own Dutch settings.

    This approach is less efficient than the helper based method though obviously requires no helpers.
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    08-19-2009
    Location
    Netherlands, Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    585

    Re: Slow array-formulas

    Thanks for your help DonkeyOte, I like formulas that do not need helpers.
    Have a nice day

+ Reply to Thread

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