你能做的最好的就是:
=ARRAYFORMULA(IMAGE("https://weather.interia.com/i/icons-bg-light-2/"&ROW(A1:A60)&".png",3))
更新:
=ARRAYFORMULA(IMAGE("https://weather.interia.com/i/icons-bg-light-2/"&
IFNA(VLOOKUP(IMPORTXML(
"https://weather.interia.com/long-term-forecast-chicago,cId,49700",
"//span[@class='weather-forecast-longterm-list-entry-forecast-phrase']"), {
"Showers" , 12;
"Partly sunny" , 3;
"Cold" , 31;
"Mostly cloudy" , 6;
"Dreary" , 8;
"Cloudy" , 7;
"Mostly cloudy" , 8;
"Mostly sunny" , 2;
"Intermittent clouds", 4;
"Freezing rain" , 26;
"Flurries" , 19;
"Sunny" , 1;
"Hazy sunshine" , 5;
"Snow" , 22}, 2, 0))&".png", 3))