So I am trying to get a formula to return a count of the number of cells that match but only if another column that records a date is within the last 30 days. I tried with reports but the issue is they don't display right if I try to send updates in any way besides a link (and I need it to run monthly, weekly, etc.) I felt like maybe having the dashboard update monthly based on this would be the best way but I can't figure it out. So I have the project sheet, a secondary metric that pulls in all the rows from the sheet and totals count of certain statuses. I tried to pull it into another sheet and use the formula in that sheet to pull only the sites that ,match the date ranges, but no matter what I do the formula doesn't work. I based it off several other threads in the community but can't seem to get it right. This is the formula I've tried but says "unparseable" will edit out specific information by replacing with asterisks:
=COUNTIFS({******* Project Schedule Range 1}, "Potential", {******* Project Schedule Range 2}, <=(TODAY()), <=(TODAY([-30])
I also tried with the greater/less than the other way in case I was messing it up but it's not working.