A resource for users and developers of Microsoft Excel |
|||||||||
| Email us your FAQ suggestion. |
|||||||||
Visit often ! Pages are updated daily. |
|||||||||
This is the Excel "How to" Frequently Asked Questions page |
|||||||||
Answers to Frequently Asked Questions about how to do common tasks in Microsoft Excel. |
|||||||||
Excel "How to" FAQs |
| How to sum, average, or count to omit the minimum or maximum (highest or lowest) values? |
| Example |
|
| Formulas |
The picture shows an example of formulas to identify numbers in range A1:A10 that are the largest (maximim), smallest (minimum), and how to find the Sum and Averages of the range while conditionally omitting certain numbers. In cell D1 the formula to return the maximum (largest) number is In cell D2, the formula to return the minimum (smallest) number is In cell D5, the formula to return the Sum of all numbers in range A1:A10 while omitting the largest number is In cell E5, the formula to return the Average of all numbers in range A1:A10 while omitting the largest number is In cell D6, the formula to return the Sum of all numbers in range A1:A10 while omitting the smallest number is In cell E6, the formula to return the Average of all numbers in range A1:A10 while omitting the smallest number is In cell D7, the formula to return the Sum of all numbers in range A1:A10 while omitting the three largest numbers is In cell E7, the formula to return the Average of all numbers in range A1:A10 while omitting the three largest numbers is In cell D8, the formula to return the Sum of all numbers in range A1:A10 while omitting the three smallest numbers is In cell E8, the formula to return the Average of all numbers in range A1:A10 while omitting the three smallest numbers is In cell F9, the formula to return the smallest positive number (that is, the next largest number than zero) is In cell F10, the formula to return the largest negative number (that is, the next smallest number than zero) is
|