I'm trying to create a formula to only count rows that are child rows (was trying to do this using the Counter row being <1) and have been modified in the last 30 days. I was able to get the modified in the last 30 days part to work on its own, but can't get them to work together. Here's where I'm at now - any suggestions?
=COUNTIFS((Counter2:Counter984, <1), ((Modified1:Modified985, AND (@cell <= Today(), @cell > Today(-30)))