Glad it worked. Yes, it's a little more tricky with the Min function because my current formula returns a series of zeros, which of course the Max function ignores, the Min however, does not. So you will need to amend the formula:
=MIN(IF((MONTH(Pricing_Date)=MONTH(A6))*(YEAR(Pricing_Date)=YEAR(A6))>0,DAY_LOW_PRICE))
Once again an Array formula entered CTRL+SHIFT+ENTER.
But as I said, if you don't want to use Array formulas, you could use the various Database functions with criteria to return your values.
Hope this helps.
DBY
Bookmarks