+ Reply to Thread
Results 1 to 5 of 5

Change ARRAY formula to minimize excel processing

  1. #1
    Registered User
    Join Date
    01-28-2009
    Location
    parkersburg, Iowa
    MS-Off Ver
    Excel 2007
    Posts
    12

    Question Change ARRAY formula to minimize excel processing

    ={MAX(IF('IDT Data'!C:C='2STAR'!C2,IF('IDT Data'!I:I="P",'IDT Data'!F:F)),IF('IDT Data'!C:C='2STAR'!C2,IF('IDT Data'!I:I="R",'IDT Data'!F:F)))}

    Above formula does a nice job of pulling the lastest date a person was piad, but is there a way to not use an ARRAY formula, as it is totally locking up excel anytime you change something on the spreadsheet.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Change ARRAY formula to minimize excel processing

    Can you post an example workbook?

    It might help to stop using entire columns as your references as well.

  3. #3
    Registered User
    Join Date
    01-28-2009
    Location
    parkersburg, Iowa
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Change ARRAY formula to minimize excel processing

    Won't let me upload my file for some reason.
    This is an example of the page that the formula is referencing.
    RANK NAME UIC "FiscalYear" "EventDate" "DrillCode" "UTAPeriod" "Attend.Code"
    SGT xxxxxxxx WZN7A3 2011 1-Feb-11 61 1 P
    SGT xxxxxxxx WZMSA2 2011 1-Feb-11 91 1 P
    COL xxxxxxxx WR79AA 2011 2-Feb-11 11 2 R

  4. #4
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Change ARRAY formula to minimize excel processing

    I think you would be better off:
    1. Creating a key column combining columns C and I and using that in one IF test
    2. Restricting the ranges as Andrew said
    3. Posting in the right forum as this is neither tip nor tutorial.
    Good luck.

  5. #5
    Registered User
    Join Date
    01-28-2009
    Location
    parkersburg, Iowa
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Change ARRAY formula to minimize excel processing

    I apologize for being in wrong forum, will place all future posts in General Forum.

    I don't want to combine any columns as I have to download the data from another source, and the workbook is so large now, any changes usually lock it up.

    I will turn into a TABLE, and name the ranges, that might help, but not sure my CPU will let me?
    Thanks.

+ 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