Here is my formula:
=IF(COUNT($H5:$AA5)>1,(SUM($H5:$AA5)-MIN($H5:$AA5))/(COUNT($H5:$AA5)-1),"")
The problem is that it removes a value when it is the only value in the row.
Can anyone suggest perhaps a different formula?
My goal is to find the "pessimistic avg" and the "optimistic avg". Removing the top and bottom values in the range.
=IF(COUNT($H5:$AA5)>1,(SUM($H5:$AA5)-MIN($H5:$AA5))/(COUNT($H5:$AA5)-1),"")
The problem is that it removes a value when it is the only value in the row.
Can anyone suggest perhaps a different formula?
My goal is to find the "pessimistic avg" and the "optimistic avg". Removing the top and bottom values in the range.