mayanksaini11
New Member
- Joined
- Aug 7, 2014
- Messages
- 9
I have an Excel file in which I record my equity Portfolio value on a daily basis at the end of every day. I have a column named 'Drawdown' where I calculate the portfolio value from the peak portfolio value. When the value is below zero that means my portfolio is running below the peak. On the contrary, where the Drawdown value is zero, it means that the portfolio value is at its peak.
Now with this, I have a series of values in the Drawdown column. What I am trying to do is to find a minimum value in a series of values whenever I am in the drawdown phase. The output that I am trying to display in column E is mentioned below: Please suggest to me the formula to display the below output in column E in excel 2010.
Now with this, I have a series of values in the Drawdown column. What I am trying to do is to find a minimum value in a series of values whenever I am in the drawdown phase. The output that I am trying to display in column E is mentioned below: Please suggest to me the formula to display the below output in column E in excel 2010.
A1 | B1 | C1 | D1 | E1 |
Trade Date | Day | Portfolio Value | DrawDown | Max DrawDown |
15/03/2023 | Wednesday | 16,848 | - | |
16/03/2023 | Thursday | 2,075 | -14,773 | |
20/03/2023 | Monday | -369 | -17,217 | Minimum |
21/03/2023 | Tuesday | 1,313 | -15,535 | |
23/03/2023 | Thursday | 5,900 | -10,948 | |
24/03/2023 | Friday | 8,431 | -8,417 | |
27/03/2023 | Monday | 4,929 | -11,919 | |
28/03/2023 | Tuesday | 1,008 | -15,840 | |
29/03/2023 | Wednesday | 6,295 | -10,553 | |
31/03/2023 | Friday | 3,821 | -13,027 | |
03/04/2023 | Monday | 18,594 | - | |
05/04/2023 | Wednesday | 20,683 | - | |
06/04/2023 | Thursday | 28,711 | - | |
11/04/2023 | Tuesday | 33,247 | - | |
12/04/2023 | Wednesday | 38,362 | - | |
18/04/2023 | Tuesday | 36,708 | -1,653 | |
19/04/2023 | Wednesday | 35,694 | -2,667 | Minimum |
20/04/2023 | Thursday | 43,699 | - | |
24/04/2023 | Monday | 38,567 | -5,132 | Minimum |
25/04/2023 | Tuesday | 40,795 | -2,904 | |
26/04/2023 | Wednesday | 43,977 | - |