Forum Discussion
slaspalas13
Aug 24, 2023Copper Contributor
CONVERT OR FUNCTION RESULT ON A NUMBER
Hello everybody, I'd like to add a column of results, but only if the content of the cells on the range are coincident with a precise text. I mean, a colum presents text of several types: "CERRADO"...
OliverScheurich
Aug 24, 2023Gold Contributor
=SI(SUMAPRODUCTO(CONTAR.SI(E2:E266;{"CERRADO"."2024"."ALGÚN DÍA"}));1;0)
This formula returns 1 if any condition is true and 0 if all conditions are false.