Hi Pat,
Thanks for your feedback. I understand that you want to derive a
statistical median from a column of data. If I have misunderstood, please
feel free to let me know.
This article shows you how to create a Visual Basic for Applications
procedure to open a table, read the data, and find the statistical
<median>. The median is a measure of central tendency, another "middle"
measurement of a data set, like the mean or average). The data set
consisting of the numbers 1, 2, 3, 6, and 100 has a median of 3, the middle
of the set. The data set consisting of the numbers 1, 2, 6, and 10 has a
median of 4, the middle of the set [(2 + 6) / 2 = 4].
210581 ACC2000: How to Use Code to Derive a Statistical Median
http://support.microsoft.com/?id=210581
As to the low and high value, we just need to change the target data derive
them.
Please feel free to post in the group if this solves your problem or if you
would like further assistance.
Regards,
Michael Shao
Microsoft Online Partner Support
Get Secure! -
www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.