I feel like I've tried every solution out here, and have yet to accomplish this task.
I'm looking to scrape the SECOND (playoffs) table on this link:
References:
CodePudding user response:
Try this, it will give you the main table
=importhtml(url,"table",8)
you can also retrieve informations for tables #1 to #7