+ Reply to Thread
Results 1 to 7 of 7

Change % weighted totals

  1. #1
    Registered User
    Join Date
    12-07-2016
    Location
    Australia
    MS-Off Ver
    Excel13
    Posts
    3

    Change % weighted totals

    Hi,

    If I have a list of %'s
    e.g.

    20%, 20%, 20%, 20%, 20%

    Obviously = 100%

    I want to be able to change a single % value e.g the first 20% to 10% and have the remaining 4 numbers all change in equal weighting (so the final total always is 100%).

    Therefore the list would read

    10%, 22.5%, 22.5%, 22.5%, 22.5%

    How do I do this?? Is there a formula to use?

    Thank you

  2. #2
    Forum Contributor
    Join Date
    11-21-2015
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 2016
    Posts
    146

    Re: Change % weighted totals

    A1.value = 20%
    B1.value = 20%
    C1.value = 20%
    D1.value = 20%
    E1.value = 20%
    You will change value in A1
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Fill to right

  3. #3
    Registered User
    Join Date
    12-07-2016
    Location
    Australia
    MS-Off Ver
    Excel13
    Posts
    3

    Re: Change % weighted totals

    Hi,

    Thank you very much for the quick response

    How do I set it, so that all numbers can be changed B1,C1,D1,E1 and have the same effect?

    Therefore, I could change D1 upwards and all change their %'s. (e.g a real time weighting effect)

  4. #4
    Forum Contributor
    Join Date
    11-21-2015
    Location
    Philippines
    MS-Off Ver
    Microsoft Office 2016
    Posts
    146

    Re: Change % weighted totals

    @@. I don't know
    Pls get file here. Change value in A1
    Attached Files Attached Files

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,919

    Re: Change % weighted totals

    Quote Originally Posted by AJMIlne View Post
    changed B1,C1,D1,E1 and have the same effect?
    Try this in A2:

    =IF(A1<>"",A1,(1-SUM($A$1:$E$1))/COUNTBLANK($A$1:$E$1))

    Copy cross.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    12-07-2016
    Location
    Australia
    MS-Off Ver
    Excel13
    Posts
    3

    Re: Change % weighted totals

    Hi Phuocam,

    thank you very much!

  7. #7
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,919

    Re: Change % weighted totals

    You're welcome!

+ 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. Need to Calculate a Factor to find the change in Weighted Average Units
    By msanta in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-23-2016, 03:51 PM
  2. weighted average for totals in pivot table
    By stephme55 in forum Excel General
    Replies: 2
    Last Post: 12-29-2015, 07:09 PM
  3. Calculation weighted average of Percent Change
    By bml63 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-24-2013, 11:34 AM
  4. [SOLVED] Totals change when filtering
    By InnesMcc in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 11-23-2011, 06:51 PM
  5. Subtotals and Totals and Weighted Numbers
    By ExcelAteMyHomework in forum Excel General
    Replies: 1
    Last Post: 10-19-2010, 04:26 PM
  6. change the column I to D and sum the totals.
    By kinder in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-15-2008, 11:32 AM
  7. Selection Change - Data Sub Totals?
    By Danny in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-03-2006, 02:45 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