MulaiMulai sekarang secara gratis

Compute the effective rate of return using ARRAYFORMULA()

Your next task is to compute the effective return in a more concise way.

You will use the second approach explained in the lesson with ARRAYFORMULA() and GEOMEAN().

A few remarks. The function GEOMEAN() takes one argument, a range of positive values, and returns the geometric mean of those values. In this case, the argument of GEOMEAN() is the series of periodic returns augmented by one.

ARRAYFORMULA() allows performing calculations with a range of cells. For example the following command

=ARRAYFORMULA(PRODUCT(D1:D62+1))

returns the product of cells D1:D62 augmented by 1.

ARRAYFORMULA() can be invoked by using the keyboard shortcut CTRL + SHIFT + ENTER.

Latihan ini adalah bagian dari kursus

Financial Analytics in Google Sheets

Lihat Kursus

Petunjuk latihan

  • In G4, use a combination of ARRAYFORMULA() ,PRODUCT() and COUNT() to compute the effective rate of return.

  • In G5, use the functions ARRAYFORMULA() and GEOMEAN() to compute the effective rate of return.

Latihan interaktif praktis

Ubah teori menjadi tindakan dengan salah satu latihan interaktif kami.

Mulai berolahraga