Explanation on how that formula works:
http://www.mrexcel.com/forum/showpos...78&postcount=9
--
Biff
Microsoft Excel MVP
"T. Valko" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Try this array formula** :
>
> =MAX(FREQUENCY(IF(A2:A25<0,ROW(A2:A25)),IF(A2:A25>=0,ROW(A2:A25))))
>
> ** array formulas need to be entered using the key combination of
> CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the
> SHIFT key then hit ENTER.
>
> --
> Biff
> Microsoft Excel MVP
>
>
> "Wallace" <(E-Mail Removed)> wrote in message
> news:AC0400E6-D90E-48B2-9D09-(E-Mail Removed)...
>> Hi,
>>
>> I have a column with positive and negative numbers.
>> I need to count the largest number of consecutive negative numbers and
>> don't
>> really know how to do it.
>> Thanks in advance.
>>
>> Wallace
>
>