+ Reply to Thread
Results 1 to 4 of 4

Calculating weights down a list

  1. #1
    Registered User
    Join Date
    07-05-2019
    Location
    los Angels
    MS-Off Ver
    2013
    Posts
    2

    Calculating weights down a list

    Is there any quick way to calculate a % weight down a long list of items? For instance, is there a formula that will look to column 1 when summing the values in column 2?


    Value Weight
    A 1 5%
    A 5 24%
    A 4 19%
    A 4 19%
    A 5 24%
    A 1 5%
    A 1 5%
    B 6
    B 5
    B 8
    B 1
    C 3
    C 2
    C 1

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,854

    Re: Calculating weights down a list

    For instance, is there a formula that will look to column 1 when summing the values in column 2?
    That sounds like a SUMIFS() function: https://support.office.com/en-us/art...6-611cebce642b Something like SUMIFS($B$2:$B$200,$A$2:$A$200,A2) [note the mix of relative and absolute references for easy copying] would sum up the values in column B based on the letter entered in column A. If I understand what you mean by "weight" percent in this case, simply divide that result into each value =B2/SUMIFS($B$2:$B$200,$A$2:$A$200,A2)
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    07-05-2019
    Location
    los Angels
    MS-Off Ver
    2013
    Posts
    2

    Re: Calculating weights down a list

    You sir, are incredible. Thank you!

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,937

    Re: Calculating weights down a list

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Find populated cells in list of products and their ingredients and weights
    By mreuphorium in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-05-2013, 12:56 PM
  2. Calculating weights in a string
    By Ninja2k in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-04-2013, 08:49 PM
  3. Fishing weights
    By ged u field in forum Excel General
    Replies: 16
    Last Post: 06-06-2011, 10:39 AM
  4. Replies: 0
    Last Post: 08-29-2005, 11:07 AM
  5. Weights
    By mykaltx in forum Excel General
    Replies: 3
    Last Post: 07-27-2005, 04:05 PM
  6. weights
    By mykaltx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-27-2005, 02:05 PM
  7. Weights
    By mykaltx in forum Excel General
    Replies: 4
    Last Post: 07-27-2005, 02:02 PM
  8. Line weights
    By Octavio in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 03-11-2005, 08:06 AM

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