J
Jan Kronsell
I have two columns. In Columns A I have dates and in column B I have values.
It might something like this:
12-02-2008 34
13-02-2008 37
14-02-2008 38
15-02-2008 37
16-02-2008 34
17-02-2008 33
18-02-2008 37
19-02-2008 33
20-02-2008 36
21-02-2008 35
22-02-2008 34
I want to find the date of the latest enrty of the value 34, in this example
22-02-2008. I have tried different combinations of MATCH and INDEX as
formulas and array formulas. Also tried combinations like this
=SUMPRODUCT((MAX(A1:A11)*(B1:B11=34)) but so far with no luck.
Jan
It might something like this:
12-02-2008 34
13-02-2008 37
14-02-2008 38
15-02-2008 37
16-02-2008 34
17-02-2008 33
18-02-2008 37
19-02-2008 33
20-02-2008 36
21-02-2008 35
22-02-2008 34
I want to find the date of the latest enrty of the value 34, in this example
22-02-2008. I have tried different combinations of MATCH and INDEX as
formulas and array formulas. Also tried combinations like this
=SUMPRODUCT((MAX(A1:A11)*(B1:B11=34)) but so far with no luck.
Jan