Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2007

Tip: Looking for answers? Try searching our database.

minimum value of a range with an "if" condition

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Carmen - 18 Jan 2007 21:52 GMT
I have a row of numbers that range from 0 to 100.  I want to find the minimum number that is also greater than 10, sort of like

=min(A1:A50,">10") which I know will not work.  Any help?  Thanks in advance.  

Signature

CARMEN HOVENDICK

JE McGimpsey - 18 Jan 2007 21:58 GMT
One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):

   =MIN(IF(A1:A50<=10,"",A1:A50))

> I have a row of numbers that range from 0 to 100.  I want to find the minimum
> number that is also greater than 10, sort of like
>
> =min(A1:A50,">10") which I know will not work.  Any help?  Thanks in advance.
RagDyer - 18 Jan 2007 23:28 GMT
Another way ... Non-array approach:

=SMALL(A1:A50,1+COUNTIF(A1:A50,"<=10"))

Signature

HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

> One way (array-entered: CTRL-SHIFT-ENTER or CMD-RETURN):
>
[quoted text clipped - 6 lines]
>> =min(A1:A50,">10") which I know will not work.  Any help?  Thanks in
>> advance.
Carmen - 19 Jan 2007 19:51 GMT
Rag, JE, thanks

Signature

CARMEN HOVENDICK

> Another way ... Non-array approach:
>
[quoted text clipped - 10 lines]
>>> =min(A1:A50,">10") which I know will not work.  Any help?  Thanks in
>>> advance.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.