Count values in a colum
STEELER934
✭✭
im trying to count all the different values in equipment type section with a countif statement and i can figure out what im doing wrong can someone please assist to what the correct code would be please.
Answers
-
=COUNT(DISTINCT([EQUIPMENT TYPE]:[EQUIPMENT TYPE]))
-
unfortunately this just told me there was 1 distinct value i need to know how many cb460 there how many em 400 there are things like that but do it to the whole sheet
-
If you create an additional column, this will tell you how many items in the [EQUIPMENT TYPE] column match. Not a perfect solution...
=COUNTIFS([EQUIPMENT TYPE]:[EQUIPMENT TYPE], [EQUIPMENT TYPE]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!