+ Reply to Thread
Results 1 to 8 of 8

how to calculate?

  1. #1
    Registered User
    Join Date
    02-23-2009
    Location
    tallinn, estonia
    MS-Off Ver
    Excel 2003
    Posts
    4

    how to calculate?

    Hi,

    I have to solve dilution calculation like that:
    1) if I have two results, let's say R1=0.100 (17.7%) and R2=0.465 (82,3%), in current situation the sum is 0.565 (100%)
    2) the sum must be smaller then 0.5.
    3) I need to reduce R1 (%) automatically (results R1=0.100 and R2 will be the same), so that the sum will be not greater then 0.5
    how to do this in excel?
    Thanks!

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: how to calculate?

    Do you mean:

    =MIN(0.5,SUM(R1:R2))

  3. #3
    Registered User
    Join Date
    02-23-2009
    Location
    tallinn, estonia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: how to calculate?

    Thank you DonkeyOte,

    no, I need the % of R1 and R2, so that the sum of R1,R2 will be not greater then 0.5
    I have to reduce the % of R1, the % of R2 will grow

  4. #4
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500

    Re: how to calculate?

    r1=0.5-r2

    Is this what you mean?

    Regards

    Dav

  5. #5
    Registered User
    Join Date
    02-23-2009
    Location
    tallinn, estonia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: how to calculate?

    No Dav,
    the question is how big must be the dilution of R1 (in %), that the sum of R1 and R2 will be smaller then 0.5

  6. #6
    Registered User
    Join Date
    02-23-2009
    Location
    Somerset, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: how to calculate?

    If the values are stored in column R and the % in column S, then I think this is the formula you need.

    =(0.5-R2)/((R1/S1)*100)

    Don't forget to format it into %

    G.

  7. #7
    Registered User
    Join Date
    02-23-2009
    Location
    tallinn, estonia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: how to calculate?

    Hi gdfiler,

    the value S1 is unknown

    Regards

  8. #8
    Registered User
    Join Date
    02-23-2009
    Location
    Somerset, England
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: how to calculate?

    When you refer to R1 or R2 are you talking about a cell reference?

    For the above to work column R should contain the value, column S should contain the associated percentage.

    For example cell R1 = 0.100, cell S1 = 17.7%, cell R2 = 0.465, cell S2 = 82.3%

    G.

+ 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