“Countif Excel” Ответ

Countif Excel

=COUNTIF(A1:A10,"<"&B1) // count cells less than  B1
notPlancha

countif в Exel

COUNTIF(A1:A20,">100") // count sales over 100
COUNTIF(B1:B20,"sold") // count if content = "sold"
Giovanni Ventilii

Смотреть популярные ответы по языку

Смотреть другие языки программирования