I am looking for an Excel formula to display on a new cell the max and min values of the trailing year data, assuming the cells are always updated with new data.
Below is the example of the table. (Column B=Date, Column C=Time period, Column D=Index, Column E=Price).
Rows/Columns B C D E
1 Date Time period Index Price
2 2-Oct-98 1 1 22 000
3 5-Oct-98 2 1 22 000
4 7-Oct-98 3 1 23 000
5 9-Oct-98 4 1 22 000
6 12-Oct-98 5 1 23 000
7 14-Oct-98 6 1 23 000
8 16-Oct-98 7 1 22 000
9 19-Oct-98 8 1 23 000
10 21-Oct-98 9 1 22 000
11 23-Oct-98 10 1 22 000
12 26-Oct-98 11 1 22 000
13 28-Oct-98 12 1 22 900
14 30-Oct-98 13 1 22 000
15 2-Nov-98 14 1 22 000
16 4-Nov-98 15 1 22 900
17 6-Nov-98 16 1 22 900
18 9-Nov-98 17 1 22 000
19
20
Assuming more data will be posted on rows 19,20,21... and that today's date is March 2 2012, I would like a formula which will display the max and min price (column E) between now and March 2 2011 without manually adjusting the date and time frame every time data are entered.
Thank you.
Below is the example of the table. (Column B=Date, Column C=Time period, Column D=Index, Column E=Price).
Rows/Columns B C D E
1 Date Time period Index Price
2 2-Oct-98 1 1 22 000
3 5-Oct-98 2 1 22 000
4 7-Oct-98 3 1 23 000
5 9-Oct-98 4 1 22 000
6 12-Oct-98 5 1 23 000
7 14-Oct-98 6 1 23 000
8 16-Oct-98 7 1 22 000
9 19-Oct-98 8 1 23 000
10 21-Oct-98 9 1 22 000
11 23-Oct-98 10 1 22 000
12 26-Oct-98 11 1 22 000
13 28-Oct-98 12 1 22 900
14 30-Oct-98 13 1 22 000
15 2-Nov-98 14 1 22 000
16 4-Nov-98 15 1 22 900
17 6-Nov-98 16 1 22 900
18 9-Nov-98 17 1 22 000
19
20
Assuming more data will be posted on rows 19,20,21... and that today's date is March 2 2012, I would like a formula which will display the max and min price (column E) between now and March 2 2011 without manually adjusting the date and time frame every time data are entered.
Thank you.