Hey guys,
Couldn't find anything similar to my problem on the forum search.
I have a list of monthly percentage returns in column A.
I need a way to calculate the maximum drawdown that has occurred.
Here's an example:
7.40%
(11.00%)
12.20%
(1.60%)
10.70%
5.40%
1.00%
(12.30%)
0.10%
(14.20%)
(21.40%)
(5.70%)
(9.60%)
4.00%
(2.30%)
9.40%
8.40%
17.10%
(7.90%)
6.80%
(0.20%)
9.50%
(0.30%)
0.80%
3.00%
(5.90%)
3.70%
2.30%
(2.00%)
(10.90%)
(4.90%)
10.00%
(4.60%)
10.80%
The maximum drawdown would be the figures bolded summed up into one number (or multiplied to each other rather, but you get the point).
I need the maximum consecutive drawdown. In my example, the bolded figures sum to approximately 50%. If for example one of the monthly figures later on alone was -60%, I would need the formula to pick up that number.
Any simple way to do this without VBA?
Thanks guys and I'd be happy to provide more clarification if required!
Bookmarks