As the title indicates, I'm trying to calculate an average.
Process is as follows:
1. User prompted for number of values to exclude (I'm not sure how to include this in the formula).
2. This value will be used to identify the number of min & max values to exclude.
3. Average calculated by removing the user specified number of min and max values.
Example # 1:
Column A contains values 1 - 10
User specifies "2" for number of min & max values to be excluded
Data set for average is now 3-8
Average returned is 5.5
Example # 2:
Column A contains values 1 - 20
User specifies "3" for number of min & max values to be excluded
Data set for average is now 4-17
Average returned is 10.5
I really don't know where to begin with this one.
Any help offered is greatly appreciated.
Thanks All,
Jim
Process is as follows:
1. User prompted for number of values to exclude (I'm not sure how to include this in the formula).
2. This value will be used to identify the number of min & max values to exclude.
3. Average calculated by removing the user specified number of min and max values.
Example # 1:
Column A contains values 1 - 10
User specifies "2" for number of min & max values to be excluded
Data set for average is now 3-8
Average returned is 5.5
Example # 2:
Column A contains values 1 - 20
User specifies "3" for number of min & max values to be excluded
Data set for average is now 4-17
Average returned is 10.5
I really don't know where to begin with this one.
Any help offered is greatly appreciated.
Thanks All,
Jim