+ Reply to Thread
Results 1 to 8 of 8

Percentage change date calculation from initial value

  1. #1
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Percentage change date calculation from initial value

    Hello Friends

    I want to take the percentage wise change date from the initial value.

    In the attached 2010 version excel file <Percentage change 170215.xlsx>
    in light yellow cells in Column C & Dvalues to be populated.

    thanks

    thilag
    Attached Files Attached Files

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

    Re: Percentage change date calculation from initial value

    I find that I must first figure these kinds of problems out mathematically before I can program them into the spreadsheet. Along those lines, how are you defining per cent change? Usually I expect something like (This value - Initial value)/Initial value, but that does not seem to coincide with any of your sample values. I expect that, if you will explain to us in mathematical terms how you calculate per cent change, we will be able to help you put that into Excel.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Re: Percentage change date calculation from initial value

    The very first value in B1 is Initial Value and the very first date in A1 is initial date.

    Example For Mathematically
    The first / initial value is say 500, then the +100% will be > (500*2) i.e., > 1000 and
    The first / initial value is say 500, then the -100% will be < (500/2) i.e., < 250.

    In the same way for next +100% / -100% has to be calculated.

    thanks

    thilag

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

    Re: Percentage change date calculation from initial value

    So, it is not the usual definition of per cent change that I am used to. If I follow your description correctly, it looks like y=A0*2^x where x is the per cent change. So:

    100% -> 500*2^1=1000
    200% -> 500*2^2=2000
    -100% -> 500*2^-1 = 250
    -200% -> 500*2^-2=125
    50% -> 500*2^.5 = 500*1.4=707
    -50% -> 500*2^-.5=500/1.4=354

    and so on. Does that look right?

    Assuming that is correct, if we are given y and A0 and need to solve for x, we will go back to our algebra lessons from long ago: http://www.purplemath.com/modules/solvexpo.htm

    y=A0*2^x --> take the log of both sides
    ln(y)=ln(A0)+x*ln(2) and so on until you solve for x. Then you can use that formula in your spreadsheet (pay attention to absolute and relative references) to compute the desired per cent change.

  5. #5
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Re: Percentage change date calculation from initial value

    If the first / initial value is 500 then it is changed to +100 i.e., 1000 then for next value calculation i.e., next +100 % is 2000

    For the better understandings the below values will help.

    500 (Initial value)
    1001 +100%
    750
    500 -100%
    800
    1200 +100%
    1500
    1800
    2100
    2450 +100%
    2700
    3800
    4900 +100%
    3200
    2400 -100%
    2000
    1500
    1100 -100%
    700
    500 -100%
    Attached Files Attached Files
    Last edited by thilag; 02-18-2015 at 02:44 AM.

  6. #6
    Forum Contributor
    Join Date
    02-25-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    445

    Re: Percentage change date calculation from initial value

    Please refer the attached file <Percentage change 170215-2.xlsx>

    I did with the help of helper columns F & G. Also ignore Column E Just reference.

    Any help to remove the helper columns.

    thanks in advance

    thilag

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

    Re: Percentage change date calculation from initial value

    As one who is a proponent of using helper columns, you are talking to the wrong guy asking for help to remove the helper columns. It looks like what you have works just fine, so I would tend to leave it as is. If you don't like to look at columns E:G, then you can hide them. Beyond that, I think someone else will have to step in and suggest some single cell megaformula that will eliminate the need for the helper columns.

  8. #8
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Percentage change date calculation from initial value

    Hi.

    Just to clarify, then: your expected results are in column G? And you want to arrive at those results using the data in columns A and B but without using any helper columns, correct?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

+ 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] Percentage calculation based on multiple date criteria
    By odahilys in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-26-2015, 10:10 AM
  2. Will percentage calculation change depending on filters applied?
    By t-money in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-11-2013, 09:15 AM
  3. [SOLVED] Last name, first name - change to first name last initial
    By BRIZZLE101 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-30-2013, 06:04 PM
  4. [SOLVED] Percentage of change calculation
    By maddog9486 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-20-2009, 05:28 PM
  5. Initial Formula Calculation
    By jestersdead in forum Excel General
    Replies: 3
    Last Post: 07-03-2005, 09:07 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