=COUNTIF - Columns "A" & "B" Has "1" & "2" Values
A Rose
✭✭✭✭✭
Hi,
How Can I count how many of the column "User" is "Jack" and the Column "Daily Email" is "Done"?
I want to make 1 calculation for both, how many users have these values.
I treid doing the following: (It didn't work..)
=COUNTIF(User:User, "Jack" + [Daily Email]:[Daily Email] "Done")
Thank you!
Best Answer
-
The below worked.
=COUNTIFS(User:User, "Jack", [Daily Email]:[Daily Email], "Done")
Thank you!
Answers
-
COUNTIF only counts based on a single criteria. The COUNTIFS function accounts for more than one set of criteria.
-
Still "#UNPARSEABLE" with the below formula
=COUNTIFS(User:User, "Jack" + [Daily Email]:[Daily Email] "Done")
-
The below worked.
=COUNTIFS(User:User, "Jack", [Daily Email]:[Daily Email], "Done")
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!