+ Reply to Thread
Results 1 to 17 of 17

SUMPRODUCT() results in an error

Hybrid View

BNCOXUK SUMPRODUCT() results in an... 11-01-2012, 05:47 AM
Fotis1991 Re: SUMPRODUCT() results in... 11-01-2012, 05:54 AM
Sindhus Re: SUMPRODUCT() results in... 11-01-2012, 05:56 AM
BNCOXUK Re: SUMPRODUCT() results in... 11-01-2012, 05:59 AM
Pepe Le Mokko Re: SUMPRODUCT() results in... 11-01-2012, 05:58 AM
Pepe Le Mokko Re: SUMPRODUCT() results in... 11-01-2012, 06:05 AM
Fotis1991 Re: SUMPRODUCT() results in... 11-01-2012, 06:08 AM
daddylonglegs Re: SUMPRODUCT() results in... 11-01-2012, 06:18 AM
BNCOXUK Re: SUMPRODUCT() results in... 11-01-2012, 06:33 AM
daddylonglegs Re: SUMPRODUCT() results in... 11-01-2012, 06:42 AM
BNCOXUK Re: SUMPRODUCT() results in... 11-01-2012, 07:54 AM
daddylonglegs Re: SUMPRODUCT() results in... 11-01-2012, 08:25 AM
BNCOXUK Re: SUMPRODUCT() results in... 11-01-2012, 08:43 AM
BNCOXUK Re: SUMPRODUCT() results in... 11-01-2012, 09:49 AM
Pepe Le Mokko Re: SUMPRODUCT() results in... 11-01-2012, 09:56 AM
daddylonglegs Re: SUMPRODUCT() results in... 11-01-2012, 10:03 AM
BNCOXUK Re: SUMPRODUCT() results in... 11-01-2012, 10:50 AM
  1. #1
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,726

    Re: SUMPRODUCT() results in an error

    I assume COUNTA is no good, Pepe because it will also count error values......on that basis the shortest way I know is to use this formula

    =COUNT(1/(A1:A5<>""))

    confirmed with CTRL+SHIFT+ENTER

    .....but if you want a "normal" formula with SUMPRODUCT try

    =SUMPRODUCT(ISNUMBER(MATCH((A1:A5<>"")+0,{1},0))+0)
    Audere est facere

  2. #2
    Forum Contributor
    Join Date
    06-18-2012
    Location
    London
    MS-Off Ver
    Excel 2019
    Posts
    347

    Re: SUMPRODUCT() results in an error

    Quote Originally Posted by daddylonglegs View Post
    I assume COUNTA is no good, Pepe because it will also count error values......on that basis the shortest way I know is to use this formula

    =COUNT(1/(A1:A5<>""))

    confirmed with CTRL+SHIFT+ENTER

    .....but if you want a "normal" formula with SUMPRODUCT try

    =SUMPRODUCT(ISNUMBER(MATCH((A1:A5<>"")+0,{1},0))+0)
    Too good to be true. Well learned!

+ 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