#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Greater Than

Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Greater Than

Hi,

Try this ARRAY formula

=MIN(IF(A1:A200.01,A1:A20))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.

Mike



"msao" wrote:

Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Greater Than

still will return 0.00 as the lowest number

"Mike H" wrote:

Hi,

Try this ARRAY formula

=MIN(IF(A1:A200.01,A1:A20))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.

Mike



"msao" wrote:

Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Greater Than

It returned 0.00, or you think it will so you didn't try it?

msao wrote:
still will return 0.00 as the lowest number

"Mike H" wrote:

Hi,

Try this ARRAY formula

=MIN(IF(A1:A200.01,A1:A20))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.

Mike



"msao" wrote:

Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Greater Than

Not in my testing.

Returns 0.010000001 as minimum but not 0.01 or less.

How are your cells formatted?


Gord Dibben MS Excel MVP

On Tue, 17 Nov 2009 12:51:01 -0800, msao
wrote:

still will return 0.00 as the lowest number

"Mike H" wrote:

Hi,

Try this ARRAY formula

=MIN(IF(A1:A200.01,A1:A20))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.

Mike



"msao" wrote:

Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Greater Than

Did you enter Mike's formula using CSE as advised?

Here's another take on what you might want:

=MAX(MIN(A:A),0.1)

Hope this helps.

Pete

On Nov 17, 8:51*pm, msao wrote:
still will return 0.00 as the lowest number



"Mike H" wrote:
Hi,


Try this ARRAY formula


=MIN(IF(A1:A200.01,A1:A20))


This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.


Mike


"msao" wrote:


Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great- Hide quoted text -


- Show quoted text -


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Greater Than

Glenn wrote...
It returned 0.00, or you think it will so you didn't try it?

msao wrote:
still will return 0.00 as the lowest number


"Mike H" wrote:
Try this ARRAY formula

=MIN(IF(A1:A200.01,A1:A20))

....
"msao" wrote:

Need to take a colum and find the smallest number in it but it must be
greater than 0.01 any help would be great


Mike's array formula would return 0 if there were no values in A1:A20
0.01.


If there are no numbers in A1:A20 greater than or equal to 0.01, what
should the formula return? If blank,

=IF(COUNTIF(A1:A20,"0.01"),LARGE(A1:A20,COUNTIF(A 1:A20,"0.01")),"")

or for Excel 2007 & later

=IFERROR(LARGE(A1:A20,COUNTIF(A1:A20,"0.01")),"")

OTOH, if it should return 0.01,

=MAX(0.01,MIN(A1:A20))
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
Greater than oldjay Excel Discussion (Misc queries) 4 August 8th 09 06:27 PM
if less than greater than Wanna Learn Excel Discussion (Misc queries) 6 May 7th 09 06:04 PM
greater than, less than, and in between Dena Excel Discussion (Misc queries) 4 October 22nd 08 05:36 PM
if greater than? JT Excel Worksheet Functions 1 April 1st 08 01:02 AM
Greater Than but Less than KaraGilsdorf Excel Worksheet Functions 5 October 18th 06 08:42 PM


All times are GMT +1. The time now is 01:47 PM.

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"