Hi everyone, I'm trying to create a formula to count how many datasets were processed in a month. I've tried the following:
=Countif({Datasets},Month(@cell)=12) and I get an Invalid Data Type Error
=Countif({Datasets},ISDATE(@cell)) returns the total of all datasets processed, so I know it's reading correctly as a date...
Any suggestions?
Thank you,
Adam