Is this array formula what you meant??
Formula:
=IFERROR(INDEX(Daily!F:F,SMALL(IF(TEXT(Daily!$C$5:$C$370,"mmmm")=Full!$AA$5,IF(Daily!$F$5:$F$370<>"",ROW(Daily!$C$5:$C$370))),ROWS($1:1))),"")
Array Formulae are a little different from ordinary formulas in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.
You will know the array is active when you see curly braces { } appear around the outside of your formula. If you do not CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.
Don't type the curly braces yourself - it won't work...
Bookmarks