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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!