run this in a marco, and it will return the average,std dev,min and max values from the current selection
sub find()
' Activates the cell with the largest value
Dim WorkRange As Range
' Exit if a range is not selected
If TypeName(Selection) <> "Range" Then Exit Sub
' If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.