Excel Countif Formula I'm trying to copy the formula down -
i'm trying copy formula in g3
down cells when looks @ cells in formula , keeps them.if wanted keep cells typically use $k$3
want opposite in case. want able copy because have around 2500 lines of data.
=sum(countif(indirect({"m3","p3","s3"}),">0"))
i think trying achieve:
=sum(m3>0,p3>0,s3>0)
Comments
Post a Comment