+ Reply to Thread
Results 1 to 6 of 6

Sumproduct Not Working

  1. #1
    carl
    Guest

    Sumproduct Not Working

    Thank you for helping with my question from yesterday. The formula I am using
    is:

    =SUMPRODUCT((K5:K55={"BOX549";"BOX919"})*(L5:L55)) - it returns #N/A

    The Data is in ColK and ColL - looks like this:

    BOX549 69460
    BOX919 49746
    BOX017 37297
    BOX980 22848
    BOX910 19862

    Any thoughts on why the formula does not work ?

    Thank you in advance.


  2. #2
    Toppers
    Guest

    RE: Sumproduct Not Working

    Try:

    =SUMPRODUCT((K5:K55={"BOX549","BOX919"})*(L5:L55))

    "," instead of ";"

    "carl" wrote:

    > Thank you for helping with my question from yesterday. The formula I am using
    > is:
    >
    > =SUMPRODUCT((K5:K55={"BOX549";"BOX919"})*(L5:L55)) - it returns #N/A
    >
    > The Data is in ColK and ColL - looks like this:
    >
    > BOX549 69460
    > BOX919 49746
    > BOX017 37297
    > BOX980 22848
    > BOX910 19862
    >
    > Any thoughts on why the formula does not work ?
    >
    > Thank you in advance.
    >


  3. #3
    carl
    Guest

    RE: Sumproduct Not Working

    My excel uses ";" versus "," so that will not help.

    "Toppers" wrote:

    > Try:
    >
    > =SUMPRODUCT((K5:K55={"BOX549","BOX919"})*(L5:L55))
    >
    > "," instead of ";"
    >
    > "carl" wrote:
    >
    > > Thank you for helping with my question from yesterday. The formula I am using
    > > is:
    > >
    > > =SUMPRODUCT((K5:K55={"BOX549";"BOX919"})*(L5:L55)) - it returns #N/A
    > >
    > > The Data is in ColK and ColL - looks like this:
    > >
    > > BOX549 69460
    > > BOX919 49746
    > > BOX017 37297
    > > BOX980 22848
    > > BOX910 19862
    > >
    > > Any thoughts on why the formula does not work ?
    > >
    > > Thank you in advance.
    > >


  4. #4
    Toppers
    Guest

    RE: Sumproduct Not Working

    Irrespective of the "," it worked for me.

    "carl" wrote:

    > My excel uses ";" versus "," so that will not help.
    >
    > "Toppers" wrote:
    >
    > > Try:
    > >
    > > =SUMPRODUCT((K5:K55={"BOX549","BOX919"})*(L5:L55))
    > >
    > > "," instead of ";"
    > >
    > > "carl" wrote:
    > >
    > > > Thank you for helping with my question from yesterday. The formula I am using
    > > > is:
    > > >
    > > > =SUMPRODUCT((K5:K55={"BOX549";"BOX919"})*(L5:L55)) - it returns #N/A
    > > >
    > > > The Data is in ColK and ColL - looks like this:
    > > >
    > > > BOX549 69460
    > > > BOX919 49746
    > > > BOX017 37297
    > > > BOX980 22848
    > > > BOX910 19862
    > > >
    > > > Any thoughts on why the formula does not work ?
    > > >
    > > > Thank you in advance.
    > > >


  5. #5
    Toppers
    Guest

    RE: Sumproduct Not Working

    Did you try it with the ","?

    If not, please do as I note in response to your previous posting all
    respondents used the ", " as delimeter; it has a speciall meaning with arrays
    to diiferentiate between row and column arrays.

    "Toppers" wrote:

    > Irrespective of the "," it worked for me.
    >
    > "carl" wrote:
    >
    > > My excel uses ";" versus "," so that will not help.
    > >
    > > "Toppers" wrote:
    > >
    > > > Try:
    > > >
    > > > =SUMPRODUCT((K5:K55={"BOX549","BOX919"})*(L5:L55))
    > > >
    > > > "," instead of ";"
    > > >
    > > > "carl" wrote:
    > > >
    > > > > Thank you for helping with my question from yesterday. The formula I am using
    > > > > is:
    > > > >
    > > > > =SUMPRODUCT((K5:K55={"BOX549";"BOX919"})*(L5:L55)) - it returns #N/A
    > > > >
    > > > > The Data is in ColK and ColL - looks like this:
    > > > >
    > > > > BOX549 69460
    > > > > BOX919 49746
    > > > > BOX017 37297
    > > > > BOX980 22848
    > > > > BOX910 19862
    > > > >
    > > > > Any thoughts on why the formula does not work ?
    > > > >
    > > > > Thank you in advance.
    > > > >


  6. #6
    Marcelo
    Guest

    RE: Sumproduct Not Working

    Hi,

    in Brazilian Portuguese we also use ";" but inside brakets {} use "."

    ==SUMPRODUCT((K5:K55={"BOX549"."BOX919"})*(L5:L55))


    hth
    regards from Brazil
    Marcelo


    "carl" escreveu:

    > My excel uses ";" versus "," so that will not help.
    >
    > "Toppers" wrote:
    >
    > > Try:
    > >
    > > =SUMPRODUCT((K5:K55={"BOX549","BOX919"})*(L5:L55))
    > >
    > > "," instead of ";"
    > >
    > > "carl" wrote:
    > >
    > > > Thank you for helping with my question from yesterday. The formula I am using
    > > > is:
    > > >
    > > > =SUMPRODUCT((K5:K55={"BOX549";"BOX919"})*(L5:L55)) - it returns #N/A
    > > >
    > > > The Data is in ColK and ColL - looks like this:
    > > >
    > > > BOX549 69460
    > > > BOX919 49746
    > > > BOX017 37297
    > > > BOX980 22848
    > > > BOX910 19862
    > > >
    > > > Any thoughts on why the formula does not work ?
    > > >
    > > > Thank you in advance.
    > > >


+ 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