+ Reply to Thread
Results 1 to 5 of 5

Sumproct, sumif indirect formula long run time.

Hybrid View

  1. #1
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Sumproct, sumif indirect formula long run time.

    I am not aware that were is a right process or not. Forum Moderator : Please allow this post if this is not right process. Or please let us know what is a process.
    Or it may be duplicate post. I have search lot of on my issue but our problem not located.

    Recently i have posted below thread & my problem solved. But after working on below formula i would notice that, the below formula run very slow. Because our sheets as well as data record is very large.

    http://www.excelforum.com/excel-gene...-criteria.html

    My formula is as below.
    =SUMPRODUCT(SUMIFS(INDIRECT("'"&LIST&"'!$D:$D"),INDIRECT("'"&LIST&"'!$C:$C"),$A15,INDIRECT("'"&LIST&"'!$I:$I"),F$2))

    In view of the above please let us know how to calculate faster. Because I have 6 to 7 sheets with huge data record. I don't want to use with sumproduct formula and also vba micro because I am not familiar with VBA.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Sumproct, sumif indirect formula long run time.

    Hi avk,

    Formula is reasonable in this case.. I would suggest to try this workbook in some other system with high end configuration (i7 - 4 GB etc).. just to make sure that its not your system which need up-gradation

    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Re: Sumproct, sumif indirect formula long run time.

    Dear Dilip Pandey,
    Thanks. I would like to inform you our laptop is brand new one & config. is Intel(R0 Core(TM), i3-2330 M cpu, @2.20 GHz, 790 MHz, 4GB RAM. Now up-gradation not possible for me.

    Yes exiting formula works perfectly but its run time is very long. I require some other formula instead of above, with using only sumif indirect with two or three criteria.

  4. #4
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Sumproct, sumif indirect formula long run time.

    Not sure about your case.. but as per my experience, I have found some formulas to take more time in calculations if they are on less resourced machines.

    but formula is ok in your case and I do not see any further chance of improvement. May be you can message the users who provided that formula.



    Regards,
    DILIPandey
    <click on below * if this helps>

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sumproct, sumif indirect formula long run time.

    =SUMPRODUCT(SUMIFS(INDIRECT("'"&LIST&"'!$D:$D"),INDIRECT("'"&LIST&"'!$C:$C"),$A15,INDIRECT("'"&LIST&"'!$I:$I"),F$2))

    Your formula will be quicker if you don't use the whole column, but a range.

    e.g.

    =SUMPRODUCT(SUMIFS(INDIRECT("'"&LIST&"'!$D1:$D1500"),INDIRECT("'"&LIST&"'!$C:$C"),$A15,INDIRECT("'"&LIST&"'!$I:$I"),F$2))
    See the red text.

    You can do that also for the other columns in your formula.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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