Actually, we can use a much simplified and more efficient non-array formula to gather all the remaining data after you extract the names in column H.
So replace the formulas in columns I, J, K with these, respectively:
=IF($H2="","",VLOOKUP($H2,$A$2:$D$10,2,0))
=IF($H2="","",IF(TEXT(VLOOKUP($H2,$A$2:$D$10,3,0),"mmmm")=$G$2,VLOOKUP($H2,$A$2:$D$10,3,0),""))
=IF($H2="","",IF(TEXT(VLOOKUP($H2,$A$2:$D$10,4,0),"mmmm")=$G$2,VLOOKUP($H2,$A$2:$D$10,4,0),""))
they only need normal ENTER to confirm...
Then copy them down.
You should get the same info, except only show January dates in relevant columns...
Bookmarks