I would like to write a formula to calculate revenue by month using the Created date.
I have tried the formula below and it's invalid operation.
=SUMIFS([Payment Amount]:[Payment Amount], AND(MONTH(@cell) = 1), Created:Created)
The date format in the created column is 05/04/23 1:09 PM.