=COUNTIF field has any value
Hello,
My current incorrect statement is as follows:
=COUNTIF(Plant:Plant, "DC", [Assigned To]:[Assigned To], NOT(ISBLANK([Assigned To]:[Assigned To])))
I am attempting to count the number of fields with any value in the "Assigned To" column with the plant column being "DC".
I have made numerous failed attempts to find help with this by reading current info.
Any help would be greatly appreciated.
Comments
-
Hi Kyler,
I'd recommend using the COUNTIFS function instead.
Try something like this.
=COUNTIFS(Plant:Plant; "DC"; [Assigned To]:[Assigned To]; NOT(ISBLANK(@cell)))
The same version but with the below changes for your and others convenience.
=COUNTIFS(Plant:Plant, "DC", [Assigned To]:[Assigned To], NOT(ISBLANK(@cell)))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Yes. COUNTIFS and replacing the range within your NOT(ISBLANK()) with an @cell reference.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!