Formula countif
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
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 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!