PC Review


Reply
Thread Tools Rate Thread

How do I find the minimum value in a range while ignoring zeros?

 
 
Ted B.
Guest
Posts: n/a
 
      6th Apr 2010

-- How do I find the minimum value in a range while ignoring any zeros in
that range using Excel 2007?

 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      6th Apr 2010
If the numbers are *always* positive..

Array entered**:

..=MIN(IF(A1:A10>0,A1:A10))

Or, normally entered:

=SMALL(A1:A10,COUNTIF(A1:A10,0)+1)

If there might be negative numbers...

Array entered**:

=MIN(IF(A1:A10<>0,A1:A10))

** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT
key then hit ENTER.

--
Biff
Microsoft Excel MVP


"Ted B." <(E-Mail Removed)> wrote in message
news:2B0DF041-13DB-4979-9481-(E-Mail Removed)...
>
> -- How do I find the minimum value in a range while ignoring any zeros in
> that range using Excel 2007?
>



 
Reply With Quote
 
FSt1
Guest
Posts: n/a
 
      6th Apr 2010
hi
try this.....
=small(A1:A50,countif(A1:A50,0)+1)

regards
FSt1

"Ted B." wrote:

>
> -- How do I find the minimum value in a range while ignoring any zeros in
> that range using Excel 2007?
>

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      6th Apr 2010
You could use a conditional MIN, something like this in say B2, array-entered
ie press CTRL+SHIFT+ENTER to confirm the formula (instead of just pressing
ENTER):
=MIN(IF(A2:A10>0,A2:A10))
Success? hit the YES below
--
Max
Singapore
---
"Ted B." wrote:
> -- How do I find the minimum value in a range while ignoring any zeros in
> that range using Excel 2007?
>

 
Reply With Quote
 
FSt1
Guest
Posts: n/a
 
      6th Apr 2010
hi
forgot to mention.
adjust ranges to suit your data.

Regards
FSt1

"Ted B." wrote:

>
> -- How do I find the minimum value in a range while ignoring any zeros in
> that range using Excel 2007?
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Range Chart and Ignoring Zeros AFuturePrez Microsoft Excel Discussion 3 27th Dec 2009 03:46 PM
Finding Minimum but if same number repeats in the range, then find MIK Microsoft Excel Misc 1 9th Jan 2009 03:13 AM
How do I find minimum duplicated values in a range? SteveMcCready Microsoft Excel Worksheet Functions 2 15th Jul 2008 02:15 PM
how to find the minimum value excluding zeros yosilb Microsoft Excel Discussion 1 10th May 2007 12:20 PM
find minimum of range based on multiple criteria Weissme Microsoft Excel Worksheet Functions 3 21st May 2006 05:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:37 PM.