Hi there, I have this formula that I am trying to create on my metrics sheet.
Goal: A formula that counts the instances where the state is not empty and is "Alabama", and where the date is before 60 days
I have a lengthy archive and want to see metrics from the last 60 days of form submission date.
Formula I have: =COUNTIFS({State}, "<>"{Alabama}, {Date}, ">", TODAY() + 60)
My references are populating for State, Alabama and Date. I keep getting an error though.
Date Column (That is referenced) is a date column: I would only want the metric to count the 3 2/14 date rows.