+ Reply to Thread
Results 1 to 2 of 2

sumproduct

  1. #1
    Registered User
    Join Date
    05-28-2012
    Location
    Dhaka
    MS-Off Ver
    Excel 2003
    Posts
    34

    sumproduct

    I want to make summation of some values in the column T avoiding the values for which corresponding cells in column B is blank.
    I am trying with the formula below but is does not work

    =SUMPRODUCT((T$5:OFFSET(T$127,-1,))*(C$5:OFFSET(C$127,-1,))=N132*(B$5:OFFSET(B$127,-1,)<>""))

    Please help

    Subhash

  2. #2
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: sumproduct

    at first glance, i see that you have not used parentheses to separate segments properly.

    =SUMPRODUCT((T$5:OFFSET(T$127,-1,))* ( (C$5:OFFSET(C$127,-1,))=N132 ) * (B$5:OFFSET(B$127,-1,)<>""))

    see if that solves the problem...
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

+ 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