+ Reply to Thread
Results 1 to 5 of 5

summing up contents on ceratin cells depending on selection criter

  1. #1
    KL
    Guest

    Re: summing up contents on ceratin cells depending on selection criter

    Hi Charles,

    Try this one:

    =SUMPRODUCT((B1:B100&C1:C100="SmithJoe")*D1:D100)

    or

    =SUMPRODUCT((B1:B100="Smith")*(C1:C100="Joe")*D1:D100)

    Regards,
    KL


    "Charles" <[email protected]> wrote in message
    news:[email protected]...
    >I have a worksheet with 4 columns an may rows. Column B and C have Lastname
    > (Column B) and First Name (Column C) in Column D I have a value lets say a
    > dollar amount. I would like to write a formula were I want to look for
    > "Smith" "Joe" and sum up the "Dollars". I can have many entries for "Smith
    > Joe".
    > I tried the sum with the If but does not seem to work.




  2. #2
    KL
    Guest

    Re: summing up contents on ceratin cells depending on selection criter

    Hi Charles,

    Try this one:

    =SUMPRODUCT((B1:B100&C1:C100="SmithJoe")*D1:D100)

    or

    =SUMPRODUCT((B1:B100="Smith")*(C1:C100="Joe")*D1:D100)

    Regards,
    KL


    "Charles" <[email protected]> wrote in message
    news:[email protected]...
    >I have a worksheet with 4 columns an may rows. Column B and C have Lastname
    > (Column B) and First Name (Column C) in Column D I have a value lets say a
    > dollar amount. I would like to write a formula were I want to look for
    > "Smith" "Joe" and sum up the "Dollars". I can have many entries for "Smith
    > Joe".
    > I tried the sum with the If but does not seem to work.




  3. #3
    KL
    Guest

    Re: summing up contents on ceratin cells depending on selection criter

    Hi Charles,

    Try this one:

    =SUMPRODUCT((B1:B100&C1:C100="SmithJoe")*D1:D100)

    or

    =SUMPRODUCT((B1:B100="Smith")*(C1:C100="Joe")*D1:D100)

    Regards,
    KL


    "Charles" <[email protected]> wrote in message
    news:[email protected]...
    >I have a worksheet with 4 columns an may rows. Column B and C have Lastname
    > (Column B) and First Name (Column C) in Column D I have a value lets say a
    > dollar amount. I would like to write a formula were I want to look for
    > "Smith" "Joe" and sum up the "Dollars". I can have many entries for "Smith
    > Joe".
    > I tried the sum with the If but does not seem to work.




  4. #4
    Charles
    Guest

    summing up contents on ceratin cells depending on selection criter

    I have a worksheet with 4 columns an may rows. Column B and C have Lastname
    (Column B) and First Name (Column C) in Column D I have a value lets say a
    dollar amount. I would like to write a formula were I want to look for
    "Smith" "Joe" and sum up the "Dollars". I can have many entries for "Smith
    Joe".
    I tried the sum with the If but does not seem to work.

  5. #5
    KL
    Guest

    Re: summing up contents on ceratin cells depending on selection criter

    Hi Charles,

    Try this one:

    =SUMPRODUCT((B1:B100&C1:C100="SmithJoe")*D1:D100)

    or

    =SUMPRODUCT((B1:B100="Smith")*(C1:C100="Joe")*D1:D100)

    Regards,
    KL


    "Charles" <[email protected]> wrote in message
    news:[email protected]...
    >I have a worksheet with 4 columns an may rows. Column B and C have Lastname
    > (Column B) and First Name (Column C) in Column D I have a value lets say a
    > dollar amount. I would like to write a formula were I want to look for
    > "Smith" "Joe" and sum up the "Dollars". I can have many entries for "Smith
    > Joe".
    > I tried the sum with the If but does not seem to work.




+ 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