Re: $$Excel-Macros$$ K.A. Mr.Rajan Verma: Help need to get multiple values by vlookup

2012-11-09 Thread Ashish Bhalara
; *Rajan verma* > > *+91 7838100659 [IM-Gtalk]* > > * * > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Kanwaljit Singh > *Sent:* 08 November 2012 7:11 > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros

RE: $$Excel-Macros$$ K.A. Mr.Rajan Verma: Help need to get multiple values by vlookup

2012-11-08 Thread Rajan_Verma
@googlegroups.com Subject: Re: $$Excel-Macros$$ K.A. Mr.Rajan Verma: Help need to get multiple values by vlookup Dear Rajan, Kindly tell Exactly what changes or modifications you have made to the code ! On Thu, Nov 8, 2012 at 6:31 PM, Rajan_Verma wrote: You can use this one Function MLOOKUP

Re: $$Excel-Macros$$ K.A. Mr.Rajan Verma: Help need to get multiple values by vlookup

2012-11-08 Thread Kanwaljit Singh
; *If LCase$(KA2(r, c)) = LCase$(LookupVal) Then* > > * If NthMatch Then* > > * n = n + 1* > > *If n = NthMatch Then* > > *MLOOKUP = KA1(r, c)* > > *Exit Function* > > *

RE: $$Excel-Macros$$ K.A. Mr.Rajan Verma: Help need to get multiple values by vlookup

2012-11-08 Thread Rajan_Verma
Exit Function End If Else MLOOKUP = MLOOKUP & "," & KA1(r, c) End If End If Next Next MLOOKUP = Mid$(MLOOKUP, 2) End Function Regards Rajan verma +91 7838100659 [IM-Gtalk] From: excel-ma