시작하기무료로 시작하기

Compute the effective rate of return using PRODUCT() and COUNT()

Given a series of monthly returns, the effective rate of return is the monthly rate at which your initial investment has appreciated (if the rate is positive), or depreciated (if the rate is negative) so far.

In this exercise, your task is to find the effective rate of return realized by investing in the ABC stock for the period December 2012 to December 2017.

Compute this rate by using the following approach:

  • Include one column in which you add 1 to every return.
  • In a single cell, apply the formula using PRODUCT() and COUNT() functions.

Recall that the formula is Effective return = [(1 + R_1)(1 + R_2) ... (1 + R_T)]^(1/T) - 1,

where R_1, R_2, …, R_T are the periodic returns and T is the number of periods.

이 연습은 강의의 일부입니다

Google Sheets로 하는 금융 분석

강의 보기

연습 안내

  • In E3:E62, add 1 to every periodic return.

  • In H3, compute the effective rate of return by applying the formula. Use the functions PRODUCT() and COUNT().

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작