-4

I have a project for school, to make a Fantasy League in Google Sheets. I am trying to grab the game-by-game states for the players I have on my team. I only have one problem:

how do I remove the REGULAR SEASON STATS without affecting next week's results?

Example: Player.

pnuts
  • 58,317
  • 11
  • 87
  • 139

1 Answers1

1

Wrap your ImportHTML in a QUERY that selects where Col1 <> 'REGULAR SEASON STATS'.

pnuts
  • 58,317
  • 11
  • 87
  • 139
  • That does remove REGULAR SEASON Stats, but I want the whole row to be removed, Not just that text. Thanks, For Your Quick Response. – Tyler Romanowski Sep 30 '18 at 18:49