Hi, I'm using the following vba to calculate the Median, and the Median Absolute Deviation
Public Function DMedian(FieldName As String, _
TableName As String, _
Optional Criteria As Variant) As Variant
' Created by Roger J. Carlson
' Terms of use: You may use this function in any...