Re: Looking for something similiar to MIN
- From: "Franz" <fra68ve@xxxxxxxxxx>
- Date: Wed, 27 Apr 2005 01:26:09 +0200
"Steve Haack" <SteveHaack@xxxxxxxxxxxxxxxxxxxxxxxxx>ha scritto nel messaggio
D568F599-B740-43EA-8B9B-07EB76BA80FF@xxxxxxxxxxxxx
> I am looking for a MIN function that will tell me the smallest number
> in a column of numbers, but only if it is unique. For example, if the
> column has 2 instances of the number 5, and it is the smallest, then
> I don't care, but if there is only one instance, then I want to know
> about it. Ideally, it would return the cell that it is in, rather
> than just the number.
>
> Anybody know of something like that?
>
> Thanks,
> Steve
If I have well understood you need a formula like this:
=IF(AND(A1=MIN(Your_Range),COUNTIF(Your_Range,A1)=1),A1,0)
Copy this formula in cell B1 (I suppose your data start at A1) and then copy
down till the lenght of your list.
Then you can use AutoFilter to search your value.
Hoping to be helpful...
Regards
--
Franz
----------------------------------------------------------------------------------------
To reply translate from italian InVento (no capital letters)
----------------------------------------------------------------------------------------
.
- References:
- Looking for something similiar to MIN
- From: Steve Haack
- Looking for something similiar to MIN
- Prev by Date: Re: Looking for something similiar to MIN
- Next by Date: Re: Looking for something similiar to MIN
- Previous by thread: Re: Looking for something similiar to MIN
- Next by thread: Re: Looking for something similiar to MIN
- Index(es):
Relevant Pages
|