Need help with Countifs formula
Hi. Can you help me with this formula?
Essentially I want to count the number of positions that have the criteria "Filled" in one column, but also have to have the date 04/17/20 in another column. This formula is not working and I have changed slight variations with commas, "=" and parenthesis and can not make it work. Can you help?
=COUNTIFS({DT Headcount FY21 Range 2},="Filled",{DT Headcount FY21 Range 3},"04/17/20"})
Best Answer
-
Try the below using the date function
=COUNTIFS({DT Headcount FY21 Range 2},"Filled",{DT Headcount FY21 Range 3},DATE(2020, 4, 17))
Answers
-
Try the below using the date function
=COUNTIFS({DT Headcount FY21 Range 2},"Filled",{DT Headcount FY21 Range 3},DATE(2020, 4, 17))
-
It worked! Thank you so much. I didn't realize I had to break the date out like that. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!