PFA.

Kris

On Monday, 2 April 2012 19:51:01 UTC+5:30, Rajan_Verma wrote:
>
> Hi Krishna,
>
> Can you share a scenario where its giving duplicates?
>
>  
>
> Rajan.
>
>  
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *Kris
> *Sent:* Apr/Mon/2012 07:42
> *To:* excel-macros@googlegroups.com
> *Subject:* $$Excel-Macros$$ Re: Formula to Extract Unique Values :
>
>  
>
> Hi Rajan,
>
>  
>
> It gives duplicates as well.
>
>  
>
> You may try this shorter one.
>
>  
>
> In E2 and copied down,
>
>  
>
> =INDEX(Range,MATCH(0,COUNTIF($E$1:E1,Range),0))
>
>  
>
> Array formula.
>
>  
>
> Kris
>
> On Monday, 2 April 2012 19:19:58 UTC+5:30, Rajan_Verma wrote:
>
>  
>
> Hi group,
>
> I have just created formula to extract unique List from a given Range, 
> it’s an array formula.
>
>  
>
> Just sharing with group J
>
>  
>
> =IFERROR(INDEX(Range,SMALL(LARGE(--(COUNTIF(INDIRECT("A1:A" & 
> ROW(Range)),Range)=1)*ROW(Range),ROW(INDIRECT("1:" 
> &SUM(1/COUNTIF(Range,Range))))),ROW(INDIRECT("1:" 
> &SUM(1/COUNTIF(Range,Range))))),1),"")
>
>  
>
>  
>
> Regards
>
> Rajan verma
>
> -- 
> FORUM RULES (986+ members already BANNED for violation)
>  
> 1) Use concise, accurate thread titles. Poor thread titles, like Please 
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice 
> will not get quick attention or may not be answered.
>  
> 2) Don't post a question in the thread of another member.
>  
> 3) Don't post questions regarding breaking or bypassing any security 
> measure.
>  
> 4) Acknowledge the responses you receive, good or bad.
>  
> 5) Cross-promotion of, or links to, forums competitive to this forum in 
> signatures are prohibited. 
>  
> NOTE : Don't ever post personal or confidential data in a workbook. Forum 
> owners and members are not responsible for any loss.
>  
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

<<attachment: untitled.JPG>>

Reply via email to