+ Reply to Thread
Results 1 to 4 of 4

Need a formula divide to individual dan total up all of it.

  1. #1
    Forum Contributor
    Join Date
    03-19-2010
    Location
    singapore
    MS-Off Ver
    Excel 2019
    Posts
    179

    Need a formula divide to individual dan total up all of it.

    Each quantity must be divide by the group value to get the weight and total up it.
    Please see the attachment.

    thanks
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Need a formula divide to individual dan total up all of it.

    In E9

    =D9/VLOOKUP(C9,B$3:C$6,2,FALSE)

    and copy down the column
    Delete E14 contents (the #N/A)

    in
    B22
    =SUMIF(B9:B17,"=TBA",D9:D17)

    and format as a number (it's currently a date)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    03-19-2010
    Location
    singapore
    MS-Off Ver
    Excel 2019
    Posts
    179

    Re: Need a formula divide to individual dan total up all of it.

    thanks special-k, but i do not add 1 more column to my table, i believe have 1 formula in B22 straight can get the total .

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Need a formula divide to individual dan total up all of it.

    You have attached xlsx version. So assume you are using XL2007 or later. Try this,

    =SUM(IFERROR(IF(B9:B17=B21,D9:D17)/SUMIF(B3:B6,IF(B9:B17=B21,C9:C17),C3:C6),0))

    Confirmed with CTRL+SHIFT+ENTER.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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