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
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(TableArray As Range, ByVal LookupVal, LookupRange As > Range, _* > > *

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

2012-11-08 Thread Rajan_Verma
You can use this one Function MLOOKUP(TableArray As Range, ByVal LookupVal, LookupRange As Range, _ Optional ByVal NthMatch As Long) ' Author: Krishnakumar @ ExcelFox.com ‘Modified by :- Rajan Verma @ ExcelPoweruser.wordpres