Если в столбце 3 есть одинаковые ссылки, но одна из них в столбце 2 написана как PSTP, ни одна из них не должна отображаться в списке. - PullRequest
1 голос
/ 20 июня 2020

У меня есть большая формула в моей электронной таблице, которая импортирует данные со страниц inte rnet, в первом столбце импортируется дата, во втором столбце - час до начала игры, а в третьем столбце - ссылка на матч. .

Некоторые совпадения отменены, в результате чего столбец 2, где будет отображаться время, теперь будет отображаться «PSTP», так как он обновляется ежедневно, в записях может быть ссылка со временем, но так как новая появляется "PSTP", в этом случае я бы хотел, чтобы ни старые, ни новые не отображались в списке.

Текущий формат:

enter image description here

Expected result:

enter image description here

I leave here the link to the spreadsheet so that it can be analyzed together with the existing formula because I will not publish it because it is too big:

https://docs.google.com/spreadsheets/d/1UyRqZPbZasqz6yIDSWTVCR_AuEm-cfoj8RHWfJ8Owio/edit?usp=sharing

1 Ответ

2 голосов
/ 20 июня 2020

попробуйте:

=ARRAYFORMULA(FILTER(A1:C, REGEXMATCH(VLOOKUP(A1:A&C1:C,
 SORT({A1:A&C1:C, B1:B}, 1, 1, 2, 1), 2, 0), "FT|PSTP")))

или напрямую:

=ARRAYFORMULA(FILTER({
IFERROR(FILTER(Sheet2!A2:C,Sheet2!A2:A<>""),{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E2,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E2,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E2,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E2,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E2,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E2,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E3,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E3,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E3,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E3,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E3,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E3,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E4,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E4,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E4,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E4,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E4,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E4,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E5,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E5,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E5,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E5,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E5,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E5,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E6,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E6,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E6,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E6,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E6,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E6,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
}, REGEXMATCH(VLOOKUP(INDEX({
IFERROR(FILTER(Sheet2!A2:C,Sheet2!A2:A<>""),{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E2,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E2,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E2,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E2,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E2,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E2,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E3,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E3,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E3,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E3,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E3,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E3,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E4,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E4,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E4,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E4,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E4,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E4,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E5,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E5,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E5,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E5,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E5,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E5,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E6,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E6,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E6,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E6,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E6,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E6,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
},,1)&INDEX({
IFERROR(FILTER(Sheet2!A2:C,Sheet2!A2:A<>""),{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E2,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E2,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E2,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E2,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E2,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E2,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E3,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E3,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E3,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E3,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E3,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E3,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E4,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E4,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E4,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E4,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E4,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E4,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E5,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E5,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E5,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E5,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E5,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E5,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E6,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E6,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E6,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E6,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E6,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E6,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
},,3),
 SORT({INDEX({
IFERROR(FILTER(Sheet2!A2:C,Sheet2!A2:A<>""),{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E2,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E2,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E2,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E2,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E2,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E2,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E3,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E3,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E3,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E3,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E3,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E3,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E4,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E4,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E4,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E4,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E4,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E4,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E5,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E5,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E5,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E5,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E5,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E5,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E6,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E6,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E6,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E6,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E6,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E6,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
},,1)&INDEX({
IFERROR(FILTER(Sheet2!A2:C,Sheet2!A2:A<>""),{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E2,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E2,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E2,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E2,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E2,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E2,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E3,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E3,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E3,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E3,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E3,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E3,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E4,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E4,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E4,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E4,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E4,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E4,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E5,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E5,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E5,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E5,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E5,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E5,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E6,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E6,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E6,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E6,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E6,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E6,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
},,3), INDEX({
IFERROR(FILTER(Sheet2!A2:C,Sheet2!A2:A<>""),{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E2,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E2,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E2,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E2,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E2,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E2,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E3,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E3,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E3,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E3,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E3,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E3,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E4,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E4,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E4,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E4,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E4,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E4,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E5,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E5,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E5,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E5,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E5,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E5,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
;
IFERROR(
{
TEXT(IMPORTXML(E6,"//tr[@class='no-date-repetition-new' and ..//td[@class='score-time']]"),"yyyy/mm/dd"),
IF(IMPORTXML(E6,"//td[@class='score-time']")="PSTP","PSTP",TEXT(SUBSTITUTE(IMPORTXML(E6,"//div[@class='match-card match-hour']")," ",""),"hh:mm")),
IFERROR("https://int.soccerway.com"&LEFT(IMPORTXML(E6,"//td[@class='score-time']/a/@href"),FIND("?ICID=",IMPORTXML(E6,"//td[@class='score-time']/a/@href"))-1),"https://int.soccerway.com"&IMPORTXML(E6,"//td[@class='score-time']/a/@href"))
}
,{"","",""})
},,2)}, 1, 1, 2, 1), 2, 0), "FT|PSTP")))
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...