Formula countif

TVP ALAN
βββ
Hallo
Can you check what i need to do to change the formula .
Example
When i use formul
=COUNTIF([Column2]:[Column2]; [Column2]@row)
Then when cell in location is emty ( which is always empty ) then it is i always get total numer of cels ⦠Can someone help me to make formul to make sure this doesnt count emty field into result⦠thanks
Best Answer
-
Try this instead:
=IF([Column2]@row <> ""; COUNTIFS([Column2]:[Column2]; @cell = [Column2]@row))
Answers
-
Try this instead:
=IF([Column2]@row <> ""; COUNTIFS([Column2]:[Column2]; @cell = [Column2]@row))
-
Thank working thanks
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!