【发布时间】:2022-01-06 14:03:57
【问题描述】:
【问题讨论】:
标签: google-sheets split google-sheets-formula repeat flatten
【问题讨论】:
标签: google-sheets split google-sheets-formula repeat flatten
尝试:
=INDEX(QUERY(FLATTEN(IFERROR(SPLIT(REPT(A2:A&"×"; B2:B); "×")));
"where Col1 is not null"; ))
【讨论】: