I have a grid that intakes via a form, training evaluation answers. Each row of responses has a TrianingID associated to a specific training.
I have been ask to find the medium average if the number of responses received per trainingID
It needs to be a column formula due the new TrianingIDs populating as more and more trainings send out evaluations.
TraningID Start with BLS21 (one class session)
I attached a screen shot
This is what I have so far: Unparsable
=AVG(COUNTDISTINCT([TrainingID]:[TrainingID]))