I want to count the number of records in my list that are due in the next 30 days, but I'm getting an #unparseable error:
=COUNTIF([Targeted Completion Date]:[Targeted Completion Date],[Targeted Completion Date]<=TODAY(30)
Eventually I'll add an additional condition to only count how many High priority items are due within 30 days- but if I can figure out the base count, I think I will be able to add conditions.
Any ideas what's wrong with my formula?