+ Reply to Thread
Results 1 to 2 of 2

Change one parameter to update content

  1. #1
    Registered User
    Join Date
    05-25-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    1

    Unhappy Change one parameter to update content

    Hi all,
    I have been struggling all morning with the following issue (pls realize that I am an excel moron)

    I have the following formula: =STDEV(C12:C31)*SQRT(252)
    With C12:C31 representing an interval of 20
    I want this to change to 1 month, 3 month etc... Just by changing the number 20 somewhere in my excel to 45, 70 etc... For example if I use 40 I would have: =STDEV(C12:C51)*SQRT(252)

    How do I do that in excel?
    (If this is unclear please let me know and I will try to re-phrase my issue)


    Also I have another issue (less important this one, and more likely easy to solve)
    I have one column that loads data automatically, and another column that picks that data from that column, instead of manually dragging down the column that calculates data, is there a way to automatically have this column adjust itself as we add numbers?


    Thank you in advance for all your help!!

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,917

    Re: Change one parameter to update content

    Try this,

    =STDEV(OFFSET($C$12,0,0,40))*SQRT(252)

    You can modify red character according to your purpose.

    Hope this helps,
    windknife

+ 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