I couldn't attach excel sheet.

step 1 : create drop down of list values(games).
step 2 : In next line, place the headings DATE DAY HOME PT AWAY PT2 LINE
step3 : in drop down, you can change the values of games.
step 4 : Based on that value, below result will be auto updated automatically.
step 5 : Type this formula =IF(Table3[@HOME]=$L$4,OFFSET(Table3[[#Headers],[DATE]],MATCH($L$4,F5:F7,0),2),"") - > ctrl + shift + enter.
step6 : Drag down.

You need to change the cols manually because match function counts from 1 but offset counts from 0.

After updating my browser, I will be able to attach my excel sheet.