If you want to opt for a revised formula solution try this:
Formula: copy to clipboard
=IF(MOD(ROW()-4,7)=1,INDEX(Teams!$A:$A,COUNTA(stats!$A$3:$A4)), "")
Let me know if you have any questions.