+ Reply to Thread
Results 1 to 3 of 3

Change Sumproduct to countif(and(

  1. #1
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Office 2000 & 2010
    Posts
    166

    Change Sumproduct to countif(and(

    Hi

    I'm using this formula

    Please Login or Register  to view this content.
    As i'm using it over a large spreadsheet that has lots of data it takes a long time to update.

    Can this be changed to a countif(and( formula

    Dave
    Last edited by Dave69rock; 04-08-2009 at 03:51 AM.

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

    Re: Change Sumproduct to countif(and(

    A Count CSE array would be as slow (if not more so) than a Sumproduct.

    To speed things up (significantly) use Concatenation and remove need for Array... to do this, based entirely on your sample formula:

    Rota!Z6: =E6&":"&H6
    copied to Rota!Z206

    Your Sumproduct can thus become a standard COUNTIF

    =COUNTIF(Rota!$Z6:$Z206,$F1&":"&$G1)

    The helper cells have a virtually non-existent computation time and the COUNTIF will be far, far, far quicker than an array.

    I hope that helps.

  3. #3
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Office 2000 & 2010
    Posts
    166

    Re: Change Sumproduct to countif(and(

    That works much better

    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