+ Reply to Thread
Results 1 to 2 of 2

Sum if criteria is a name

  1. #1
    ldiaz
    Guest

    Sum if criteria is a name

    Hi all..Sorry if this question was sent before by error.

    Here is my question.

    I have two sheets with datas like this, but I have one sheet where I have
    only the name of the person, what I want is this:

    Put a criteria in the Sheet#1 where it sum all Invoice values of second
    sheet if the name is X ,
    Example:

    Sheet#1
    Salesperson InvoiceTotal
    Buchanan 29000
    Suyame 28000

    Sheet#2
    Salesperson Invoice
    Buchanan 15000
    Buchanan 9000
    Suyama 8000
    Suyama 20000
    Buchanan 5000
    Dodsworth 22500

    anybody can help me with this,,I'll appreciate so much.

    Note: Pivot Table or Query does not work according what I want,

    Thanks.
    ldiaz


  2. #2
    Sloth
    Guest

    RE: Sum if criteria is a name

    =SUMIF(Sheet2!$A$2:$A$7,A2,Sheet2!$B$2:$B$7)

    I don't understand, when I was looking for the answer in the help I found
    this as an example. What is the problem you are experiencing?

    "ldiaz" wrote:

    > Hi all..Sorry if this question was sent before by error.
    >
    > Here is my question.
    >
    > I have two sheets with datas like this, but I have one sheet where I have
    > only the name of the person, what I want is this:
    >
    > Put a criteria in the Sheet#1 where it sum all Invoice values of second
    > sheet if the name is X ,
    > Example:
    >
    > Sheet#1
    > Salesperson InvoiceTotal
    > Buchanan 29000
    > Suyame 28000
    >
    > Sheet#2
    > Salesperson Invoice
    > Buchanan 15000
    > Buchanan 9000
    > Suyama 8000
    > Suyama 20000
    > Buchanan 5000
    > Dodsworth 22500
    >
    > anybody can help me with this,,I'll appreciate so much.
    >
    > Note: Pivot Table or Query does not work according what I want,
    >
    > Thanks.
    > ldiaz
    >


+ 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