Do I use CountIf to count the number of patients in any given month?
Robyn Pier
✭✭
I can't find a formula that works to do a tally of how many patients I had in each month. Would I do a COUNT and then somehow determine it by month? Help please??? :)
Answers
-
=countif(date:date,month(@cell)=1)
will return all submissions for the month of january
=countif(date:date,and(month(@cell)=1,year(@cell) = year(today()))
will return all submissions for the month of january in the current year
-
It comes back unparseable?
=countif(date:date,month(Dates1=1)
-
=countif(date:date,month(Dates1)=1)
-
I'm sorry--I copy it exactly and it still says unparseable
So Dates is the first column, formatted as dates. Is that a problem? Should it not be a date column?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 487 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!