+ Reply to Thread
Results 1 to 4 of 4

Percent of dollars per account, per issuer, copied down

  1. #1
    Registered User
    Join Date
    03-27-2012
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Percent of dollars per account, per issuer, copied down

    Hello,

    I need help with a set of data - I attached a worksheet with the formula I am trying to build.

    I have multiple 'issuers' that each have different $ amounts. These $ amounts are in a few different accounts and I need the concentration % in dollar amounts per issuer, per account.

    Thanks for your help! Quick turnaround needed...

    Best,

    MattExcelHelp.xlsx

  2. #2
    Valued Forum Contributor
    Join Date
    03-16-2012
    Location
    Aarhus, Denmark
    MS-Off Ver
    Excel 2007
    Posts
    992

    Re: Percent of dollars per account, per issuer, copied down

    Something like this in D2 and copied down:

    =B2/SUMIF($C$2:$C$19,C2,B2:B19) ?
    Sincerely
    S?ren Larsen

    "Give a man a fish, and you'll feed him for a day. Give a man a fishing rod, and he'll steal your yacht!"

  3. #3
    Registered User
    Join Date
    03-27-2012
    Location
    New York, NY
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Percent of dollars per account, per issuer, copied down

    Quote Originally Posted by Søren Larsen View Post
    Something like this in D2 and copied down:

    =B2/SUMIF($C$2:$C$19,C2,B2:B19) ?

    Unfortunately I need something that brings in column A as well, so that if Tom has more than 1 amount in Account A, it reflects that in column D as one percentage.

  4. #4
    Valued Forum Contributor
    Join Date
    03-16-2012
    Location
    Aarhus, Denmark
    MS-Off Ver
    Excel 2007
    Posts
    992

    Re: Percent of dollars per account, per issuer, copied down

    How about:

    =SUMIFS($B$2:$B$19,$A$2:$A$19,A2,$C$2:$C$19,C2)/SUMIF($C$2:$C$19,C2,$B$2:$B$19)

    It will give you duplicate values, though, when name and account # is the same.

+ 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