I would like to find the Average Resolution time (Days) for rows where the date closed is in June 2023.
=AVERAGEIF(AND([Date Closed]:[Date Closed], >DATE(2023, 6, 1), [Date Closed]:[Date Closed], <DATE(2023, 6, 30)), [Resolution Time (Days)])
I'm getting Invalid Data Type.
Thank you in advance!!
Jennifer