I have data in 2 columns, with date in column C and values in column D. I am using the following array formula to determine the minimum for each water year. Column G has the water year reference.
{=MIN(IF(YEAR(DATE(YEAR($C$3:$C$333),(3+MONTH($C$3:$C$333)),1))=G3,$D$3:$D$333))}
How do I
(1) Determine the date of each year’s minimum value?
(2) Determine the cell address of each year’s minimum value?
Thanks!