Hi
I am using the following formula to find the earliest date in a column of cells for a particular year, in this example, 1994.
=AGGREGATE(15,6,Records!$F:$F/(YEAR(Records!$F:$F)=1994),1)
I now wish to modify this such that it will only consider cells where a corresponding cell has a value of >0.
A B
1/1/1994 0
2/1/1994 2
3/1/1994 1
6/1/1993 5
So in the above example, if I were to be looking for the earliest date in 1994, the answer would be 2/1/1994 as cell B1 only has a value of 0
Can anyone offer a solution
Thanks
I am using the following formula to find the earliest date in a column of cells for a particular year, in this example, 1994.
=AGGREGATE(15,6,Records!$F:$F/(YEAR(Records!$F:$F)=1994),1)
I now wish to modify this such that it will only consider cells where a corresponding cell has a value of >0.
A B
1/1/1994 0
2/1/1994 2
3/1/1994 1
6/1/1993 5
So in the above example, if I were to be looking for the earliest date in 1994, the answer would be 2/1/1994 as cell B1 only has a value of 0
Can anyone offer a solution
Thanks