+ Reply to Thread
Results 1 to 5 of 5

get the sum of unique number from multiple entry

  1. #1
    Registered User
    Join Date
    08-25-2011
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    4

    get the sum of unique number from multiple entry

    I have a problem writing the correct formula. In column A, I have a multiple entries of number and in column B are quantity /numbers. I want to get the total quantity/number of a certain number.
    Attached Files Attached Files
    Last edited by NBVC; 08-25-2011 at 04:54 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: get the sum of unique number from multiple entry

    Try:

    =SUMIF($A$1:$A$9,$A15,B$1:B$9)

    copied to the right if desired for summing of next column.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    08-25-2011
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: get the sum of unique number from multiple entry

    Thanks!!!!! you have been very helpful.
    Your reply is really appreciated.
    What if I do not have the figures in A15? can I just write in the formula what is the specific number I am looking for the total,
    THANKS!!!! Yippee

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: get the sum of unique number from multiple entry

    Yes, like so:

    =SUMIF($A$1:$A$9,321,B$1:B$9)

  5. #5
    Registered User
    Join Date
    08-25-2011
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: get the sum of unique number from multiple entry

    Thanks
    It is a great help .

+ 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