+ Reply to Thread
Results 1 to 2 of 2

Percentage Change Between a range of numbers? Please help :(

  1. #1
    Forum Contributor
    Join Date
    10-11-2012
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    358

    Percentage Change Between a range of numbers? Please help :(

    Hi All,

    Hoping this is straight forward for most and would be very appreciative of anyone's help


    Please find attached the spreadsheet.

    Basic overview:

    "Graph 3" - You will see in D3 a cell where I input the number of "Trades" I intend to take per year. This will then be divided by 12 (months) and that number be placed in D4.
    D29 is looking at D4 (which I am still finishing this spreadsheet) which focuses on the data in "OUTCOME 3", Column "A".


    What I would like:

    On "Graph 3" TAB, you will see "Peak Drawdown"; based upon the information above^, I would like to know the percentage change from the highest number and the lowest number within it's range from OUTCOME 3, Column A...

    The range is determined by the given number I input to "D3" on "Graph 3", then divided by 12 (months) which is displayed in "D4".

    (in this case with the spreadsheet attached, 240 trades = 20 trades average per month = Column A in "OUTCOME 3" - "Range:A2:A21")


    Would really appreciate anyone's help!



    Thanks!!
    Attached Files Attached Files

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,808

    Re: Percentage Change Between a range of numbers? Please help :(

    are you looking for this as the change

    (Max value in range - Min value in range) / min in range

    if so then
    = ( MAX(INDIRECT("'outcome 3'!A2:A"&D4+1)) - MIN(INDIRECT("'outcome 3'!A2:A"&D4+1)) ) /MIN(INDIRECT("'outcome 3'!A2:A"&D4+1))

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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