I have an excel formula that calculates the the number of days by month and status.
=COUNTIFS($E$1:$E$100,">=Aug 01 2021",$E$1:$E$100,"<=Aug 31 2021",$G$1:$G$100,"=Not Started")
When I translate this formula into smartsheet it does not work.
=COUNTIFS([End Date]1:[End Date]100,">=Aug 01 2021",[End Date]1:[End Date]100,"<=Aug 31 2021",Status1:Status100,"=Not Started")
Please not I changed the End Date column to Date which resulted in translation of MM/DD/YYY.
The formula does not return a value in the cell. Is this formula possible in smartsheet? Thank you for any assistance anyone can provide.