+ Reply to Thread
Results 1 to 3 of 3

Sumproduct

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-20-2005
    Posts
    173

    Sumproduct

    Hi,
    Got the following data


    1
    2
    3 w 2
    3 w 5



    =SUMPRODUCT((A12:A15="3")*(B12:B15="w")*(C12:C15))


    This should give me 7 but gives me 0, there is something
    wrong with the formula, any help is much appreciated

    Thks

  2. #2
    Roger Govier
    Guest

    Re: Sumproduct

    Hi

    Take the quotes away from the "3", assuming the 3 is a number and not a
    text value.

    =SUMPRODUCT((A12:A15=3)*(B12:B15="w")*(C12:C15))


    Regards

    Roger Govier



    T De Villiers wrote:

    >Hi,
    >Got the following data
    >
    >
    >1
    >2
    >3 w 2
    >3 w 5
    >
    >
    >
    >=SUMPRODUCT((A12:A15="3")*(B12:B15="w")*(C12:C15))
    >
    >
    >This should give me 7 but gives me 0, there is something
    >wrong with the formula, any help is much appreciated
    >
    >Thks
    >
    >
    >
    >


  3. #3
    Forum Contributor
    Join Date
    08-20-2005
    Posts
    173
    Works a treat, thanks a treat Roger

+ 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