Hi,

Also try below array formula,

=IFERROR(INDEX($C$2:$C$25,MATCH(0,COUNTIF($E$1:E1,$C$2:$C$25),0)),"")



On Mon, Jun 4, 2012 at 2:15 AM, NOORAIN ANSARI <noorain.ans...@gmail.com>wrote:

> Nice Solution Mahesh.........
>
>
> --
> Thanks & regards,
> Noorain Ansari
> www.noorainansari.com
> www.excelmacroworld.blogspot.com
>
>
> On Sun, Jun 3, 2012 at 1:53 AM, Mahesh parab <mahes...@gmail.com> wrote:
>
>> Hi  Avinash
>>
>> Perhaps ..! you can use below Array formula with dynamic name range
>> and without any helper column
>>
>> =IFERROR(INDEX(DESIG,MATCH(0,COUNTIF($F$1:F1,DESIG),0)),"")
>>
>> DESIG refers to Dynamic Name Range : =OFFSET(Sheet1!$C$2, 0, 0,
>> COUNTA(Sheet1!$C:$C), 1)
>>
>> Use ctrl+shfit+Enter to enter formula
>>
>> HTH
>> Mahesh
>>
>>
>> On Sat, Jun 2, 2012 at 12:50 AM, Avinash <avinash007pa...@gmail.com>wrote:
>>
>>> Hi NOORAIN,
>>>
>>> Thanks for your help man both the formula and macro works fine.
>>>
>>> you are just awesome man simply great only 5 lines of code and doing
>>> exceptional task.
>>>
>>> salute for your logic and your knowledge.
>>>
>>> not just words.... ! :)
>>>
>>> simply great.
>>>
>>> Regards,
>>>
>>> Avinash
>>>
>>> On Friday, June 1, 2012 11:17:27 PM UTC+5:30, NOORAIN ANSARI wrote:
>>>
>>>> Dear Avinash,
>>>>
>>>> Please try this macro to create unique list
>>>>
>>>> *Sub Unique_List()
>>>> Dim rng As Range
>>>> Set rng = Application.InputBox("Select a range", , , , , , , 8)
>>>> rng.AdvancedFilter Action:=xlFilterCopy, Copytorange:=Range("G2"),
>>>> Unique:=True
>>>> End Sub
>>>> *
>>>>
>>>> See attached sheet..
>>>> --
>>>> Thanks & regards,
>>>> Noorain Ansari
>>>> www.noorainansari.com
>>>> www.excelmacroworld.blogspot.**com<http://www.excelmacroworld.blogspot.com>
>>>>
>>>>
>>>> On Fri, Jun 1, 2012 at 11:08 PM, NOORAIN ANSARI <
>>>> noorain.ans...@gmail.com> wrote:
>>>>
>>>>> Dear Avinash,
>>>>>
>>>>> Please try it with ctrl+shfit+Enter
>>>>> *=INDEX($D$2:$D$21,SMALL(IF($A$2:$A$21=1,ROW($D$2:$D$21),""),
>>>>> ROW(A1))-1)*
>>>>>
>>>>> See attached sheet
>>>>>
>>>>> On Fri, Jun 1, 2012 at 10:59 PM, Avinash <avinash007pa...@gmail.com>wrote:
>>>>>
>>>>>> Hi Excel's,
>>>>>>
>>>>>> I want to retrieve unique records from the data. 1st preference will
>>>>>> be formula.
>>>>>>
>>>>>> otherwise if anyone can help me with the macro or function will also
>>>>>> welcome.
>>>>>>
>>>>>>
>>>>>> please find attached sheet for better understanding.
>>>>>>
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Avinash
>>>>>>
>>>>>> --
>>>>>> 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
>>>>>>
>>>>>> To unsubscribe, send a blank email to excel-macros+unsubscribe@**
>>>>>> googlegroups.com <excel-macros%2bunsubscr...@googlegroups.com>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thanks & regards,
>>>> Noorain Ansari
>>>> www.noorainansari.com
>>>> www.excelmacroworld.blogspot.**com<http://www.excelmacroworld.blogspot.com>
>>>>
>>>>
>>>>
>>>>
>>>>
>>> On Friday, June 1, 2012 11:17:27 PM UTC+5:30, NOORAIN ANSARI wrote:
>>>>
>>>> Dear Avinash,
>>>>
>>>> Please try this macro to create unique list
>>>>
>>>> *Sub Unique_List()
>>>> Dim rng As Range
>>>> Set rng = Application.InputBox("Select a range", , , , , , , 8)
>>>> rng.AdvancedFilter Action:=xlFilterCopy, Copytorange:=Range("G2"),
>>>> Unique:=True
>>>> End Sub
>>>> *
>>>>
>>>> See attached sheet..
>>>> --
>>>> Thanks & regards,
>>>> Noorain Ansari
>>>> www.noorainansari.com
>>>> www.excelmacroworld.blogspot.**com<http://www.excelmacroworld.blogspot.com>
>>>>
>>>>
>>>> On Fri, Jun 1, 2012 at 11:08 PM, NOORAIN ANSARI <
>>>> noorain.ans...@gmail.com> wrote:
>>>>
>>>>> Dear Avinash,
>>>>>
>>>>> Please try it with ctrl+shfit+Enter
>>>>> *=INDEX($D$2:$D$21,SMALL(IF($A$2:$A$21=1,ROW($D$2:$D$21),""),
>>>>> ROW(A1))-1)*
>>>>>
>>>>> See attached sheet
>>>>>
>>>>> --
>>>>> Thanks & regards,
>>>>> Noorain Ansari
>>>>> www.noorainansari.com
>>>>> www.excelmacroworld.blogspot.**com<http://www.excelmacroworld.blogspot.com>
>>>>>
>>>>> On Fri, Jun 1, 2012 at 10:59 PM, Avinash <avinash007pa...@gmail.com>wrote:
>>>>>
>>>>>> Hi Excel's,
>>>>>>
>>>>>> I want to retrieve unique records from the data. 1st preference will
>>>>>> be formula.
>>>>>>
>>>>>> otherwise if anyone can help me with the macro or function will also
>>>>>> welcome.
>>>>>>
>>>>>>
>>>>>> please find attached sheet for better understanding.
>>>>>>
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Avinash
>>>>>>
>>>>>> --
>>>>>> 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
>>>>>>
>>>>>> To unsubscribe, send a blank email to excel-macros+unsubscribe@**
>>>>>> googlegroups.com <excel-macros%2bunsubscr...@googlegroups.com>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thanks & regards,
>>>> Noorain Ansari
>>>> www.noorainansari.com
>>>> www.excelmacroworld.blogspot.**com<http://www.excelmacroworld.blogspot.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
>>>
>>> To unsubscribe, send a blank email to
>>> excel-macros+unsubscr...@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
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>
>
>
> --
> Thanks & regards,
> Noorain Ansari
> www.noorainansari.com
> www.excelmacroworld.blogspot.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
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
*
*
*  MARIES*
Excel Inspiration <http://xcel-inspiration.blogspot.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

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Attachment: Unique Extract.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Reply via email to