COUNTIF
Hello,
Is there a formula where I can filter two check box columns. First check column is "Project Completed" and second column is "Urgent Request". So I wanted to know how many projects I have as:
"Urgent Request" Check
"Project Completed" Uncheck
I tired
=COUNTIFS([Urgent Request]:[Urgent Request], 1, AND([Project Completed]:[Project Completed], 0))
but I get #INVALID DATA TYPE
Thanks!
Comments
-
Check the column type of the column you are trying to use the formula in. It should be set to Text/Number. Here is some vague and generally unhelpful information on that error!
https://help.smartsheet.com/articles/2476176-formula-error-messages#invaliddatatype
-
It is a Text/Number type of column
-
It is your AND statement. COUNTIFS basically has the AND already built in. Give this a try.
=COUNTIFS([Urgent Request]:[Urgent Request], 1, [Project Completed]:[Project Completed], 0)
-
It worked,
Thanks!
-
@Paul Good catch. Thanks!
-
-
By the way... I got a kick out of your comment about the error description.
"Here is some vague and generally unhelpful information on that error! "
Hahahaha
-
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives