Google importhtml dynamic table 需要板球运动员的最后 10 个分数

Google importhtml dynamic table need last 10 scores of cricketer

创建一个公式来查看球员最近 10 场板球比赛的动态得分。

我试过如下几行,但由于动态播放器得分,它总是更新解决方案:

=(QUERY (IMPORTHTML("http://www.howstat.com/cricket/Statistics/Players/PlayerProgressSummary_T20.asp?PlayerID=3600","table"),"SELECT* LIMIT 10"))

有什么帮助吗?

尝试:

=QUERY(IMPORTHTML("http://www.howstat.com/cricket/Statistics/Players/PlayerProgressSummary_T20.asp?PlayerID=3600", "table"),
 "offset "&COUNTA(INDEX(IMPORTHTML("http://www.howstat.com/cricket/Statistics/Players/PlayerProgressSummary_T20.asp?PlayerID=3600", "table"),,1))-10)