3Ba*_*ady 3 arrays if-statement google-sheets array-formulas google-sheets-formula
我有一个 Google 工作表超过 10,000 行,所以我想根据另一个单元格更改单元格值,例如 B 列有 200 行,这 200 行中有 74 行的值为 910,我想根据B 列,因此如果 B 列有 910 值,则在 B 列有 910 的同一行上将 C 列值更改为“冰雹”。
将其粘贴到C1单元格中:
=ARRAYFORMULA(IF(B1:B=910; "Hail"; ))
Run Code Online (Sandbox Code Playgroud)