#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Lowest number

I am struggling to find a formula that will allow me to find the lowest
number within a range that doesn't include either blanks or 0's in the
answer. Does anyone know of a simple solution?

Thanks
--
Yorkie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Lowest number

Try this array* formula:

=MIN(IF(A1:A9<0,A1:A9))

assuming your range of numbers occupies A1 to A9 - adjust as necessary.

* As this is an array formula, then once you have typed it in (or
subsequently edit it) you must use CTRL-SHIFT-ENTER (CSE) instead of
just ENTER. If you do this correctly then Excel will add curly braces {
} around the formula when viewed in the formula bar - you must not type
these yourself.

Hope this helps.

Pete

The Countryman wrote:

I am struggling to find a formula that will allow me to find the lowest
number within a range that doesn't include either blanks or 0's in the
answer. Does anyone know of a simple solution?

Thanks
--
Yorkie


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 733
Default Lowest number

Pete_UK wrote...
Try this array* formula:

=MIN(IF(A1:A9<0,A1:A9))

....

While this array formula may be more efficient, this can be done
without array formulas.

=LARGE(A1:A9,COUNTIF(A1:A9,"0"))

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Lowest number

Won't negative numbers cause a problem with this and Teethless Mama's formula?


"Harlan Grove" wrote:

Pete_UK wrote...
Try this array* formula:

=MIN(IF(A1:A9<0,A1:A9))

....

While this array formula may be more efficient, this can be done
without array formulas.

=LARGE(A1:A9,COUNTIF(A1:A9,"0"))


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 733
Default Lowest number

JMB wrote...
Won't negative numbers cause a problem with this and Teethless Mama's formula?

....

If both positive and negative numbers are possible, zeros shouldn't be
excluded, and MAX and MIN already skip blank cells.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Lowest number

=SMALL(A1:A9,COUNTIF(A1:A9,0)+1)


"The Countryman" wrote:

I am struggling to find a formula that will allow me to find the lowest
number within a range that doesn't include either blanks or 0's in the
answer. Does anyone know of a simple solution?

Thanks
--
Yorkie

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
how do i find the lowest number in a column in Excel? MKA808 Excel Discussion (Misc queries) 4 August 23rd 05 07:27 PM
lowest number above 0 One-Leg Excel Discussion (Misc queries) 9 May 27th 05 09:24 AM
get lowest positive number Tommy Excel Discussion (Misc queries) 12 May 17th 05 05:28 PM
Formula for displaying the lowest number of a range? coal_miner Excel Worksheet Functions 1 April 25th 05 02:54 PM
Highlight lowest number Amber M Excel Discussion (Misc queries) 2 January 12th 05 12:19 AM


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