Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
dave
 
Posts: n/a
Default find smallest number not equal to 0

What I want to do is find the lowest number in a column that is not equal to 0.

example

column A1
10
0
15
0
10
0
2
0


The result I want would be 2.

I tried =MIN(<0,Data!I5) but got an error.

Thanks
  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

Array entered - meaning Ctrl_Shift-Enter

=MIN(IF((A1:A7)0,A1:A7))

"dave" wrote:

What I want to do is find the lowest number in a column that is not equal to 0.

example

column A1
10
0
15
0
10
0
2
0


The result I want would be 2.

I tried =MIN(<0,Data!I5) but got an error.

Thanks

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
The formula to find the smallest number in a row not equal to zero seastheday Excel Worksheet Functions 8 April 14th 05 11:58 PM
putting a number equal to writing commands martin Excel Worksheet Functions 7 March 14th 05 02:22 PM
Find all text instances in a sheet and add one number from each row Greg Excel Discussion (Misc queries) 1 January 31st 05 11:45 PM
Find all cells with a number and mulitply Jim Excel Discussion (Misc queries) 3 January 21st 05 02:28 PM
How do I find the first value in a column less than a number? redeucer Excel Worksheet Functions 6 November 4th 04 09:59 PM


All times are GMT +1. The time now is 02:31 AM.

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

About Us

"It's about Microsoft Excel"