Forum Discussion

sf49ers19238597's avatar
sf49ers19238597
Iron Contributor
Oct 30, 2025

I am making Thursday night NFL games only

I need formulas for Road teams and home teams. I want to look up the Yearly Schedule worksheet for only the teams that play on Thursday games only not Saturday, Sunday, or Monday.

 

Thanks You

7 Replies

    • m_tarler's avatar
      m_tarler
      Bronze Contributor

      you just have to pick the columns you want and make sure there isn't anything else entered in any of the 'spill' cells

       

      =CHOOSECOLS(FILTER('YEARLY SCHEDULE'!A2:G273,'YEARLY SCHEDULE'!B2:B273="THU"),4)

       

  • m_tarler's avatar
    m_tarler
    Bronze Contributor

    You're lucky I recognize you and still have prior files from you.  Here is what you need:

    A simple filter formula should work:

    =FILTER('YEARLY SCHEDULE'!A5:G276,'YEARLY SCHEDULE'!B5:B276="THU")

     

     

      • m_tarler's avatar
        m_tarler
        Bronze Contributor

        hard to say because I open the file and see this:

        you did say starting on week 3 and it looks like you started on week 2 and since the values are the same but shifted I'm guessing that is your problem because it is shifted and then that last row is pointing at non-existent cells

Resources