Re: Find Min of a row, but only greater than zero?
- From: "Sandy Mann" <sandymann2@xxxxxxxxxxxxxx>
- Date: Tue, 16 Aug 2005 23:47:46 +0100
Bob,
> =MIN(IF(A2:M2<>),A2:M2)
I can't get that formula to work for me but
=MIN(IF(A2:M2<>0,A2:M2))
array entered does. Is it my 97 version of XL?
--
Regards
Sandy
sandymann@xxxxxxxxxxxxxx
Replace@mailinator with @tiscali.co.uk
"Bob Phillips" <bob.phillips@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:ez8xbEroFHA.3408@xxxxxxxxxxxxxxxxxxxxxxx
> =MIN(IF(A2:M2<>),A2:M2)
>
> which is an array formula, so commit with Ctrl-Shift-Enter
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "RocketDude" <mb1304-nospamatall@xxxxxxxxx> wrote in message
> news:OjEf8$qoFHA.3568@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi,
>>
>> Does anyone know how to find the minimum of a row of numbers, but only
>> for
>> numbers greater than zero? I have over three hundred rows I need to
> perform
>> this same function on, so naming the row is out of the question.
>>
>> For example, if my row is:
>>
>> 0 0 0 1 2 3 5 0 0.5
>>
>> I want to find "0.5".
>>
>> TIA
>>
>> --
>> Matthew
>>
>>
>
>
.
- Follow-Ups:
- Re: Find Min of a row, but only greater than zero?
- From: Bob Phillips
- Re: Find Min of a row, but only greater than zero?
- References:
- Find Min of a row, but only greater than zero?
- From: RocketDude
- Re: Find Min of a row, but only greater than zero?
- From: Bob Phillips
- Find Min of a row, but only greater than zero?
- Prev by Date: Re: Find Min of a row, but only greater than zero?
- Next by Date: Help with a simple spreadsheet
- Previous by thread: Re: Find Min of a row, but only greater than zero?
- Next by thread: Re: Find Min of a row, but only greater than zero?
- Index(es):
Relevant Pages
|