Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
ELB ELB is offline
external usenet poster
 
Posts: 2
Default Excel 2002 Min Function

How can I use the MIN function to return the smallest number that is greater
than 0?

Thanks
--
ELB
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Excel 2002 Min Function

Try this array formula:

=MIN(IF(A1:A100,A1:A10,""))

Array formulas must be entered with CTRL-SHIFT-ENTER instead of just Enter.
If done properly, the formula should be enclosed in { }.

HTH,
Elkar


"ELB" wrote:

How can I use the MIN function to return the smallest number that is greater
than 0?

Thanks
--
ELB

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Excel 2002 Min Function

Here's a non-array version (assumes all numbers are positive):

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

Biff

"ELB" wrote in message
...
How can I use the MIN function to return the smallest number that is
greater
than 0?

Thanks
--
ELB



  #4   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Excel 2002 Min Function

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


"ELB" wrote:

How can I use the MIN function to return the smallest number that is greater
than 0?

Thanks
--
ELB

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
mround function: is there a download for Excel 2002? David of the Orchard Excel Worksheet Functions 2 March 6th 06 06:32 PM
average function in Excel 2002 Sherry New Users to Excel 13 May 8th 05 01:49 PM
Excel/Access 2002 sum function Michael Excel Worksheet Functions 1 April 3rd 05 03:36 PM
Where is DateDiff function in Excel 2002 ? Nigel Welch Excel Worksheet Functions 4 March 4th 05 03:18 PM
The countif function in Excel 2002. Lounsbud Excel Worksheet Functions 1 November 22nd 04 03:19 PM


All times are GMT +1. The time now is 10:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"