1. Calculate percentage changes. Using data in Column C, calculate the daily percentage change in the index. Starting with cell D4, the formula is the current day's closing value divided by the previous day's closing value minus 1, or (C4/C3)-1.
Pro tip: If you place your cursor in D4, where you have the formula, you can quickly populate cells D5 through D12. Do this by hovering your cursor over the lower right corner of D4 until you see a plus sign, then click, hold, and drag your cursor to D12.
2. Find the daily standard deviation. Now, you will use the STDEV.S function in Excel. Place your cursor in D13 and type '=STDEV.S(D4:D12)' without the quotation marks. This formula calculates the standard deviation of the dataset.
3. Annualize the standard deviation. Next, you will convert the daily value to an annualized one. To do this, multiply the daily volatility by the square root of 252, which is the number of trading days in a year. In cell D14, type '=SQRT(252)*D13' without the quotes. This tells you the annualized volatility of the index is 10.39% based on the sample data.
If you want to know the asset's weekly volatility, multiply the daily volatility by the square root of 5, or the number of trading days in a week. Using the formula '=SQRT(5)*D13' indicates that the weekly volatility is 1.46%.