Results 1 to 18 of 18

Sumproduct cell range grows and calculation takes too long

Threaded View

  1. #1
    Registered User
    Join Date
    09-05-2011
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2007
    Posts
    9

    Sumproduct cell range grows and calculation takes too long

    I have this Sumproduct formula below

    =SUMPRODUCT(--(TEXT(AccompReport!$B$2:$B$10000,"mmm")=C$1),--(AccompReport!$F$2:$F$10000="Juan Dela Cruz")*(AccompReport!$E$2:$E$10000))

    =SUMPRODUCT(--(AccompReport!$C$2:$C$10000="Assistance"),--(TEXT(AccompReport!$B$2:$B$10000,"mmm")=B$1))


    that set's to this "$B$2:$B$10000" range but my records can reach beyond this range, it's more than 10,000 rows... the problem is, from this formula it took long time to calculate those... any one can help me on how to make the cell range auto adjusted?... or any way to make the caculation fast... I'm using a VBA Userform for encoding... i include "Application.Calculation = xlCalculationManual" and "Application.Calculation = xlCalculationAutomatic"... it makes a little help but still needs to wait from calculation... any help?...
    Last edited by rhonalddean; 11-18-2012 at 02:55 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