r googlesheets - =IMPORTXML in google sheets to auto update NFL scores -


i'm using following importhtml in google sheets , tried few options auto update, as possible, things have failed far. know few people have had success apps script, i'm little confused on how work example. these following importxml's i'm using:

a1=importxml("http://www.nfl.com/liveupdate/scorestrip/ss.xml","//g/@q" ) 

b1=importxml("http://www.nfl.com/liveupdate/scorestrip/ss.xml","//g/@h" )

thanks help!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -