Let's say I have 2 columns: Widget Colors and Order Date. I'm looking for a formula where I get the number of "red widgets" that have an order date in the next 30 days.
I have tried this formula without success: =COUNTIFS({2019 Widget Reporting Range 1}, "Project") AND ( {2019 Widget Reporting Range 2}, <=TODAY(30))