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
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!