Is it possible to create a formula where I can refer to a date using “this month” or “this week”? In other words: countif([date field] = “This Month”
Hey Zachary!
Yes, I believe this formula should work for you!
CountIf(DateTrunc(“month”, [date field]) = DateTrunc(“month”, Today()))