How to use countifs to count the number of times a specific date shows in a column
Jmac
✭
Trying the following formula unsuccesfully:
=COUNTIFS([Final Deliverable Due Date]135:[Final Deliverable Due Date]146, @cell = DATE(23, 3, 31))
it shows at least 3 times in the cell range, but my result is always zero.
Answers
-
@Jmac First of all, good job overall with your formula. I see 1 issue that is easy to solve. In the Date() funciton, you need to enter the year as 4 digits, so 2023 instead of just "23".
Date(2023, 3, 31)
Darren Mullen, smartsheetguru.com
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions