+ Reply to Thread
Results 1 to 2 of 2

sumproduct vs dsum

  1. #1
    Registered User
    Join Date
    02-03-2006
    Posts
    10

    sumproduct vs dsum

    RIght now in my workbook, I have several hundred SUMPRODUCT formulas. This causes workbook calculatin to be extremly slow. Would DSUM function help speed this up? I am very familiar with this function, but have not used it in many places at once. I don't want to replace SUMPRODUCT unless it will give me a noticable increase in calc speed. Please let me know your opinion on this. Thanks a lot

    JKC

  2. #2
    Bob Tarburton
    Guest

    Re: sumproduct vs dsum

    SUMPRODUCT calculates arrays, so it takes longer, but it can do more than
    DSUM, SUMIF, etc. One thing you want to check is whether SUMPRODUCT is
    calculating larger arrays than it needs to. For example, don't use A:A when
    A1:A500 will do. (assuming you're not listening for ET, avoid VLAs ;-)

    "JKC" <[email protected]> wrote in message
    news:[email protected]...
    >
    > RIght now in my workbook, I have several hundred SUMPRODUCT formulas.
    > This causes workbook calculatin to be extremly slow. Would DSUM
    > function help speed this up? I am very familiar with this function,
    > but have not used it in many places at once. I don't want to replace
    > SUMPRODUCT unless it will give me a noticable increase in calc speed.
    > Please let me know your opinion on this. Thanks a lot
    >
    > JKC
    >
    >
    > --
    > JKC
    > ------------------------------------------------------------------------
    > JKC's Profile:
    > http://www.excelforum.com/member.php...o&userid=31166
    > View this thread: http://www.excelforum.com/showthread...hreadid=509517
    >




+ 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