In my spreadsheet I have a column with negative and positive values. I need to get the minimum among all positive values and the maximum among all negative ones. How can I do so?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use array formulas. In the following examples, the values you’re checking are in
A2:A10.Maximum negative:
Press Ctrl+Shift+Enter when entering the formula. Formula will then appear bracketed by {…}.
Minimum positive:
Also enter as an array formula by pressing Ctrl+Shift+Enter