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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!