I'm trying to create a summary to only total projects that were added to my portfolio this month. I've got this formula to work in excel, but I can't get it to work in smartsheet. For reference, I'm a pro user.
Excel formula:
=COUNTIF(B2:B9,">="&DATE(2022,2,1))
Smartsheet formula:
=COUNTIF({Added to Portfolio},">="&DATE(2022,02,01))
Thoughts?