Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Smallest positive value

Can someone help me with a formula that will return the smallest positive
value in a given unsorted range?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Smallest positive value

=if(countif(a1:a10,""&0)=0,"no value",min(if(a1:a100,a1:a10)))

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)

Adjust the range to match--but you can only use the whole column in xl2007.

danpt wrote:

Can someone help me with a formula that will return the smallest positive
value in a given unsorted range?
Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Smallest positive value

Hi, Dave
Great help again.
Many thanks

"Dave Peterson" wrote:

=if(countif(a1:a10,""&0)=0,"no value",min(if(a1:a100,a1:a10)))

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)

Adjust the range to match--but you can only use the whole column in xl2007.

danpt wrote:

Can someone help me with a formula that will return the smallest positive
value in a given unsorted range?
Thanks


--

Dave Peterson

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
1st smallest, 2nd smallest,3rd smallest checkQ Excel Discussion (Misc queries) 8 May 19th 08 02:16 AM
Looking for the smallest number that isn't less than zero CharlieS Excel Worksheet Functions 3 October 2nd 06 04:03 PM
Finding Smallest Value Phil Excel Discussion (Misc queries) 5 May 29th 06 01:27 AM
next smallest Chickalett Excel Discussion (Misc queries) 0 March 15th 06 06:51 PM
smallest jan jan Excel Worksheet Functions 1 January 14th 05 01:41 PM


All times are GMT +1. The time now is 01:14 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"