+ Reply to Thread
Results 1 to 3 of 3

Summing values in a range against specific text

  1. #1
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb Summing values in a range against specific text

    i have two columns. col A has customer name and col B has amount of sales.

    A B
    aa 10
    bb 15
    aa 12
    ff 08
    bb 12
    aa 10

    i want to have total of sales for each customer. col A has many customers which appear many time in col A.
    how can i have individual totals.

    thanks

  2. #2
    Forum Contributor
    Join Date
    08-28-2005
    Posts
    298

    summing values!

    hi!
    =sumif(A:A,"aa",B:B)

    or

    =sumif(A:A,C1,B:B)

    assuming that the customer name is in C1

    -via135


    Quote Originally Posted by starguy
    i have two columns. col A has customer name and col B has amount of sales.

    A B
    aa 10
    bb 15
    aa 12
    ff 08
    bb 12
    aa 10

    i want to have total of sales for each customer. col A has many customers which appear many time in col A.
    how can i have individual totals.

    thanks

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    thank you its helpful

+ 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