+ Reply to Thread
Results 1 to 2 of 2

sumproduct with horizontal line

  1. #1
    Registered User
    Join Date
    11-14-2007
    MS-Off Ver
    2007
    Posts
    61

    sumproduct with horizontal line

    Hello!
    Why do I get different answers between?
    =SUMPRODUCT(B1:B4,C1:F1)
    (#VALUE!)
    and
    =SUMPRODUCT(B1:B4,C1:C4)
    (44)

    My data is:

    B C D E F
    1 11 1 0 1 0
    2 22 0
    3 33 1
    4 44 0
    Thank you!
    Last edited by VBA Noob; 12-17-2007 at 04:39 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You can't use a column and a row like that, try this "array formula" has to be confirmed with CTRL+SHIFT+ENTER

    =SUM((B1:B4)*TRANSPOSE(C1:F1))

+ 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