many many thanks ashish sir for helping me. i am also done it with the
following formula

=IFERROR(INDEX(Table1[SUBCODE],SMALL(IF(COURSES!$A$2:$A$804=LIST!$E$1,ROW(INDIRECT("1:803")),""),ROW()-34)),"")


but sir your method is simpler than me now i am following your method.




On Mon, Jun 4, 2012 at 8:59 PM, ashish koul <koul.ash...@gmail.com> wrote:

>
> see if it helps
>
>
> On Mon, Jun 4, 2012 at 8:48 PM, Sourabh Salgotra <rhtdmja...@gmail.com>wrote:
>
>> Dear Sir,
>>
>>            i have little knowledge about vba. that's why i am asking sol
>> with index/match.
>>
>> and plz tell me abt offset function also.
>>
>>
>>
>> On Sun, Jun 3, 2012 at 11:42 PM, pawel lupinski <lupins...@yahoo.com>wrote:
>>
>>> Don,
>>>
>>> love it (great reply)  :)
>>>
>>> Pawel
>>>
>>>   ------------------------------
>>> *From:* dguillett1 <dguille...@gmail.com>
>>> *To:* excel-macros@googlegroups.com
>>> *Sent:* Sunday, June 3, 2012 6:55 PM
>>>
>>> *Subject:* Re: $$Excel-Macros$$ Records found but unable to get proper
>>> result.
>>>
>>>   I like my solution.
>>>
>>> Don Guillett
>>> Microsoft MVP Excel
>>> SalesAid Software
>>> dguille...@gmail.com
>>>
>>>  *From:* Sourabh Salgotra <rhtdmja...@gmail.com>
>>> *Sent:* Sunday, June 03, 2012 12:53 PM
>>> *To:* excel-macros@googlegroups.com
>>> *Subject:* Re: $$Excel-Macros$$ Records found but unable to get proper
>>> result.
>>>
>>> thanks for help.
>>>
>>> plz provide index/atch solution also
>>>
>>> On Sun, Jun 3, 2012 at 6:35 PM, dguillett1 <dguille...@gmail.com> wrote:
>>>
>>>   How about a nice macro? Change your formatting and use in macro
>>> enabled workbook
>>>
>>> Sub filtercopy()
>>> With Sheets("COURSES").UsedRange
>>>   .AutoFilter Field:=1 'criteria IF needed
>>>   .AutoFilter Field:=2
>>>   .AutoFilter Field:=3, Criteria1:=Sheets("form").Range("n1")
>>>   .Offset(1, 3).Resize(, 2).SpecialCells(xlVisible). _
>>>    Copy Sheets("form").Range("d35")
>>> End With
>>> End Sub
>>>
>>>
>>>
>>> Don Guillett
>>> Microsoft MVP Excel
>>> SalesAid Software
>>> dguille...@gmail.com
>>>
>>>  *From:* Sourabh Salgotra <rhtdmja...@gmail.com>
>>> *Sent:* Sunday, June 03, 2012 5:08 AM
>>> *To:* excel-macros@googlegroups.com
>>> *Cc:* Don Guillett <dguille...@gmail.com> ; rajanverma1...@gmail.com ;
>>> noorain.ans...@gmail.com
>>> *Subject:* $$Excel-Macros$$ Records found but unable to get proper
>>> result.
>>>
>>>
>>> Dear sir,
>>>            i am using index/match formula. in my problem i am getting
>>> the 1st occurrence result only.
>>>     Sr. No. Subject Code Subject/Paper code 1 BF 1 MATHEMATICS I
>>> 2 #NUM! #NUM!         3 #NUM! #NUM!         4 #NUM! #NUM!         5
>>> #NUM! #NUM!         6 #NUM! #NUM!         7 #NUM! #NUM!         8 #NUM!
>>> #NUM!         9 #NUM! #NUM!
>>>
>>>
>>> i want the output like this.
>>>
>>>    Sr. No. Subject Code Subject/Paper code 1 BF 1 MATHEMATICS         2 BF
>>> 2 CHEMISTRY         3 BF 3 ENGLISH I         4 BF 4 ELECTRICAL
>>> TECHNOLOGY         5 BF 5 MECHANICS         6 BF 6 INTRODUCTION TO
>>> MANUFACTURING PROCESS         7 BF 2P CHEMISTRY PRACTICAL         8 BF
>>> 4P ELECTICAL TECHNOLOGY PRACTICAL         9 BF 7 INDIAN CONSTITUTION
>>> AND ETHICS
>>> --------------------------------------------------------------------------------
>>>
>>> sample sheet attached
>>>
>>> Thanks & Regards
>>> Sourabh
>>> Contact Numbers: +91-94630-49202
>>>
>>>
>>

-- 
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

Reply via email to