+ Reply to Thread
Results 1 to 3 of 3

Sumproduct multiple ISNUMBER

  1. #1
    Forum Contributor
    Join Date
    08-19-2012
    Location
    Sydney
    MS-Off Ver
    MS Office 365/16
    Posts
    282

    Sumproduct multiple ISNUMBER

    I have the current formula to add up certain text values in a cell. However it is not reconsigning multiple criteria's.

    How do i add multiple ISNUMBER criteria's??

    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    07-06-2004
    Location
    Northern California
    MS-Off Ver
    2K, 2003, 2010, O365
    Posts
    1,490

    Re: Sumproduct multiple ISNUMBER

    Are you really serious that you need a 551-column range? A:UE spans 551 columns. The QUERY calls are only accessing Col2, Col7 and Col12, so it seems you only need A:L.

    Anyway, you want to count the number of records in the IMPORTRANGE table for which Col2 equals the value of cell A2, Col7 contains the string "GPS Round" and Col12 contains any of the substrings "Washed out (no play commenced)", "Bye", "Match Abandoned (no play commenced)", or "Extreme Heat (no play commenced)". If so, I believe

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    would be the better way to go about this. That is, if you're using QUERY anyway, make it do as much work as possible. That is, make it handle the Col7 and Col12 comparisons. In this case, multiple QUERY calls applied to the same IMPORTRANGE table are unnecessary and should be replaced by a single QUERY call.

    The QUERY call returns 2 rows in 1 column, the label "count" in the top row and a numeric count in the 2nd row. The SUM call reduces this to just the count. INDEX(QUERY(...),2,1) would produce the same result, but why type so much more text?

    Note: this site is acting up about SQL injection attacks, so I had to put "select " in a separate string. You could combine it with "count...".

  3. #3
    Forum Contributor
    Join Date
    08-19-2012
    Location
    Sydney
    MS-Off Ver
    MS Office 365/16
    Posts
    282

    Re: Sumproduct multiple ISNUMBER

    hrlngrv, thank you so much. I was well off the pace with my formula. What you have provided works great. Thank you so much. ANd yes you are right, i can easily change it to A:L, rather than A:UE so i have done that as well.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SumProduct, IsNumber, and asterisk
    By NightStarLynx in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-12-2019, 10:28 AM
  2. [SOLVED] SumProduct, IsNumber formulas possible to filter multiple column and row criteria?
    By matt303 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-06-2016, 10:35 AM
  3. [SOLVED] Summation across row using sumproduct/isnumber/match and named array(s)
    By samuk1000 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-15-2013, 02:24 AM
  4. Replies: 14
    Last Post: 06-17-2013, 09:43 AM
  5. Isnumber nested with sumproduct
    By dastgir in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-02-2012, 07:28 AM
  6. [SOLVED] how to have multiple ISNUMBER search function in SUMPRODUCT
    By melvyndb in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-29-2012, 09:34 PM
  7. SUMPRODUCT((ISNUMBER(SEARCH() function
    By redneck joe in forum Excel General
    Replies: 13
    Last Post: 12-08-2006, 06:19 PM

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