+ Reply to Thread
Results 1 to 6 of 6

Reweighting Returns so no return is greater than 25%

  1. #1
    Registered User
    Join Date
    11-22-2020
    Location
    Dublin,Ireland
    MS-Off Ver
    2010
    Posts
    6

    Reweighting Returns so no return is greater than 25%

    Hi,

    I have 30 stock returns but one of the stocks has a a weight of 49%. I dont want any stock to have a weight greater than 20%. How do I reduce the one stocks weight to 20% and redistribute the remaining weight to the other stocks?

    Thanks
    Sean

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,271

    Re: Reweighting Returns so no return is greater than 25%

    Welcome to the forum.

    There are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-22-2020
    Location
    Dublin,Ireland
    MS-Off Ver
    2010
    Posts
    6

    Re: Reweighting Returns so no return is greater than 25%

    I have now attached the file I think
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    11-22-2020
    Location
    Dublin,Ireland
    MS-Off Ver
    2010
    Posts
    6

    Re: Reweighting Returns so no return is greater than 25%

    The column with Stock Weight is the one which I want to reweight with no stock over 20% of the weight and then all the others get reweighted

  5. #5
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Reweighting Returns so no return is greater than 25%

    @Seanp2000, see the attached file. Presumably, the formula in G2 was F2/$F$32. The formula now is:

    =MIN($I$2, (1 - SUM($G$1:G1)) * F2/SUM(F2:$F$31))

    where I2 contains the max weight.

    The formula prorates the remaining total percentage in proportion to the remaining market cap.

    FYI, with your example, if the max weight is 11.62% or less, the relative rank of the sector weights changes. See columns M, P and Q.

    PS.... Because you replaced formulas with their results, changes in column G might not be reflected in dependent columns. I did reverse-engineer the formulas in the sector weights column (L).
    Attached Files Attached Files
    Last edited by joeu2004; 11-22-2020 at 03:48 PM.

  6. #6
    Registered User
    Join Date
    11-22-2020
    Location
    Dublin,Ireland
    MS-Off Ver
    2010
    Posts
    6

    Re: Reweighting Returns so no return is greater than 25%

    !Thanks a million Joeu2004. That is exactly what I wanted. Genius!

+ 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. [SOLVED] How to - If A is greater than X but less than Y, return Z
    By lasc in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-13-2019, 06:05 AM
  2. Replies: 1
    Last Post: 07-18-2018, 10:29 PM
  3. [SOLVED] find value which is greater than in a range of cells and return the greater value
    By green369 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2015, 02:46 AM
  4. [SOLVED] Return the min value greater than 0
    By JO505 in forum Excel General
    Replies: 6
    Last Post: 09-18-2014, 07:59 PM
  5. Replies: 4
    Last Post: 08-07-2013, 11:29 AM
  6. WorksheetFunction.Sum returns 0 for array of elements whose sum is greater than 0
    By RowanB in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-12-2012, 06:15 AM
  7. Return the Greater Value
    By Ocean Zhang in forum Excel General
    Replies: 1
    Last Post: 08-27-2011, 03:19 PM

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