Hi,
I want to calculate drawdown on my account balance. Drawdown is generally defined as the peak to trough change in account value. Keeping a running total allows me to chart the growth in my account balance along with the greatest drops from the last highest balance in my account.
In the data set below, the drawdown column is based on the Account Balance in column B.
Can anyone in the Forum create a cell formula that will produce the output shown in column C, i.e., the Drawdown based on the Account Balance values?
Thanks,
Art
I want to calculate drawdown on my account balance. Drawdown is generally defined as the peak to trough change in account value. Keeping a running total allows me to chart the growth in my account balance along with the greatest drops from the last highest balance in my account.
In the data set below, the drawdown column is based on the Account Balance in column B.
Can anyone in the Forum create a cell formula that will produce the output shown in column C, i.e., the Drawdown based on the Account Balance values?
Thanks,
Art
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Date | Acct. Balance | Drawdown | ||
2 | 4/1/2013 | 263.58 | 0 | ||
3 | 4/2/2013 | 596.56 | 0 | ||
4 | 4/3/2013 | 878.16 | 0 | ||
5 | 4/4/2013 | 633.11 | -245.04 | ||
6 | 4/5/2013 | 548.49 | -329.67 | ||
7 | 4/6/2013 | 701.67 | -176.48 | ||
8 | 4/7/2013 | 1024.92 | -176.48 | ||
9 | 4/8/2013 | 1291.63 | -176.48 | ||
10 | 4/9/2013 | 1419.32 | -176.48 | ||
11 | 4/10/2013 | 1315.91 | -103.41 | ||
12 | 4/11/2013 | 1137.63 | -281.69 | ||
13 | 4/12/2013 | 1417.10 | -2.22 | ||
14 | 4/13/2013 | 1571.46 | -2.22 | ||
15 | 4/14/2013 | 1480.86 | -90.60 | ||
16 | 4/15/2013 | 1616.88 | -90.60 | ||
17 | 4/16/2013 | 1400.01 | -216.87 | ||
18 | 4/17/2013 | 1636.06 | -216.87 | ||
19 | 4/18/2013 | 2031.86 | -216.87 | ||
20 | 4/19/2013 | 1824.19 | -207.67 | ||
21 | 4/20/2013 | 2045.14 | -207.67 | ||
22 | 4/21/2013 | 2325.56 | -207.67 | ||
23 | 4/22/2013 | 2665.90 | -207.67 | ||
24 | 4/23/2013 | 3009.04 | -207.67 | ||
25 | 4/24/2013 | 3064.47 | -207.67 | ||
26 | 4/25/2013 | 3322.90 | -207.67 | ||
27 | 4/26/2013 | 3291.73 | -31.17 | ||
28 | 4/27/2013 | 3173.89 | -149.00 | ||
29 | 4/28/2013 | 3030.24 | -292.66 | ||
Sheet1 |