+ Reply to Thread
Results 1 to 3 of 3

sumproduct

  1. #1
    Rob
    Guest

    sumproduct

    I am trying to sum with 3 criteria but not as complicated as in different
    row. I tried this formula but it doesn't seem to work. I want to sum if the
    column equals, f,eb, fb.l The would be or so I asking sum all cells that
    have an f+eb+fb.

    =SUMPRODUCTR((L7:L2589=f)*(L7:L2589=FB)*(L7:L2589=EB))
    Please help

  2. #2
    Don Guillett
    Guest

    Re: sumproduct

    try using quotes for text and NOT for numbers.

    =SUMPRODUCT((L7:L2589="f")*(L7:L2589="FB")*(L7:L2589="EB"))



    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "Rob" <Rob@discussions.microsoft.com> wrote in message
    news:E4C87BCC-EE09-42A2-A88C-F560E7A3C36B@microsoft.com...
    >I am trying to sum with 3 criteria but not as complicated as in different
    > row. I tried this formula but it doesn't seem to work. I want to sum if
    > the
    > column equals, f,eb, fb.l The would be or so I asking sum all cells that
    > have an f+eb+fb.
    >
    > =SUMPRODUCTR((L7:L2589=f)*(L7:L2589=FB)*(L7:L2589=EB))
    > Please help




  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,721
    It doesn't look like you're summing anything. Are you just trying to count cells in your range equal To "F", "EB" or "FB"? If so

    =SUM(COUNTIF(L7:L2589,{"F","FB","EB"}))

    ...or

    =SUMPRODUCT(--(L7:L2589={"F","FB","EB"}))
    Last edited by daddylonglegs; 02-05-2006 at 03:43 PM.

+ 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