Is there and EOM formula that will use the Month Column instead of manually using the DATE (2019,1,31) format?
Excel example:
=COUNTIFS(Type of Lead,"Servicing",Date Received,">="&B5,Date Received,"<="&EOMONTH(B5,0))
Smartsheet:
=COUNTIFS({Type of Lead},"Servicing", {Date},>=DATE(Month1),{Date},<=EOM(Month1))
Any help would be much appreciated.
