Hi everyone. I am hoping you can help me. I am trying to average the time it takes individual case managers to complete a case between specific dates.
The reference cells are {CM Text} in the main sheet and it has to equal the name in [Case Manager]@row in the reference sheet
The average comes from the reference identified as {Days to Complete} in the main sheet
The specific date column is referenced as {GS Action Complete} and between the two dates shown in the [Week End]@row and the [Week Begin]@ row.
I keep getting errors on the below formula.
=AVERAGEIFS({Days to Complete}, {CM Text}, [Case Manager]@row, {GS Action Complete}, <=[Week End]@row, {GS Action Complete}, >=[Week Begin]@row)
Any help would be appreciated in getting this fixed.