Trying to create a formula that will average the # of days based on the contract manager name & if the dates are for the month of June. This is the formula I'm using which works until I add the date range in. The data is in 2 different sheets.
=AVERAGEIF({CM SLA (received to opened) Range 1}, [Contract Manager]@row, {CM SLA Submit Date}, >=DATE(2024, 6, 1), {CM SLA Submit Date}, <=DATE(2024, 6, 30), {SLA Rec-Open})