Hello Community,
How do I calculate how much was spent this month using the below columns?
[Spending Date] Date Format
[Spedning Amount] USD Format
Something like =SUMIF([Spending Date]:[Spending Date],(MONTH(TODAY())), [Spedning Amount]:[Spedning Amount]
The Issue is that (MONTH(TODAY())) returns the current month in a single digit number like 2 for Feburary, and the date column has the full dates (Default 02/08/2022, mm/dd/yyyy).
Thank you!