+ Reply to Thread
Results 1 to 6 of 6

SUMIF? help

  1. #1
    Registered User
    Join Date
    03-26-2009
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    12

    SUMIF? help

    Heres my problem, probably simple but I'm not too familiar with excel.

    If the characters (ex: IN3040) in cells A1:A10 are the same. I need it to add the numbers from B1:B10 of its row, into another cell.

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

    Re: SUMIF? help

    you mean?

    =Sumif(A1:A10,"IN3040",B1:B10)
    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
    03-26-2009
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: SUMIF? help

    the "IN0000" was an example of codes within colulmn A ex:

    A B C
    IN123 30% =total
    IN456 20%
    IN123 10%
    IN456 20%
    IN123 30%

    i need a formula where it will add up the percents in column B of the same codes from column A i'm trying my best to explain, sorry.

    so, IN456 would give =40%

    and IN123 would give =70%

  4. #4
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: SUMIF? help

    Place in cell C1

    Please Login or Register  to view this content.
    then copy down
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

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

    Re: SUMIF? help

    So if you have the unique codes setup in say column C then you would put in column D

    =Sumif($A$1:$A$10,C1,$B$1:$B$10) and copy down.. it will sum column B only where column A equals C1...

    Or you could use Pivot tables to do the work for you...

    or you can get a unique list through Data|Filter|Advanced Filter... and then use Sumif() as above.

  6. #6
    Registered User
    Join Date
    03-26-2009
    Location
    New York, NY
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: SUMIF? help

    okay thank you, i will try this now

+ 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