Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default finding minimum value

I have to find minimum value in a range of column for eg. a1 to a100 other
than zero.
The formula "=min(a1:a100)" returns value 0 if the minimum value is 0 but I
require
the minimum value other than zero (all my values are in positive side only)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default finding minimum value

Try

=MIN(if(A1:A1000,A1:A100))

Commt with CTRL SHIFT ENTER

"ezil" wrote:

I have to find minimum value in a range of column for eg. a1 to a100 other
than zero.
The formula "=min(a1:a100)" returns value 0 if the minimum value is 0 but I
require
the minimum value other than zero (all my values are in positive side only)

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default finding minimum value

One way (array-entered: CTRL-SHIFT_ENTER or CMD-RETURN):

=MIN(IF(A1:A1000,A1:A100))

In article ,
ezil wrote:

I have to find minimum value in a range of column for eg. a1 to a100 other
than zero.
The formula "=min(a1:a100)" returns value 0 if the minimum value is 0 but I
require
the minimum value other than zero (all my values are in positive side only)

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
Finding a Minimum Number other than Zero within a Range cardan Excel Programming 7 April 22nd 07 10:17 PM
finding minimum value excluding zero bookman3 Excel Discussion (Misc queries) 6 January 31st 07 03:31 AM
Finding a maximum/minimum date in 2006 megacata Excel Discussion (Misc queries) 5 January 4th 07 06:43 PM
Finding a minimum value and selecting the cell containing this val Kokomojo Excel Worksheet Functions 3 February 5th 06 09:33 PM
PROBLEM FINDING MINIMUM SUNIL PATEL Excel Programming 2 July 8th 04 01:47 PM


All times are GMT +1. The time now is 12:19 PM.

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"