Please help to find a single formula to calculate negative and positive stream of returns. The problem is that =geomean formula does not work with negative numbers.
Here's an example on how to calculate geometric mean with 5 numbers:
Stream of numbers: 0.5, -1.4, -6.5, 0.3, -2.7
First step: I have to add 1 to all numbers (they are positive now)
Second step: =Product (multiply all numbers)
Third step (result): find 5th root(there are 5 numbers) of their product (or raise it to 1/5 power)
I can substitute steps 2 & 3 with a formula =geomean() and the answer will be correct except it won't be negative...but i think there should be another solution, a single formula.![]()
Any idea? Thank you so much!
Bookmarks