Re: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-20 Thread rajan verma
_Verma wrote: >> >>> Thanks and Welcome >>> >>> >>> -Original Message- >>> From: excel-macros@googlegroups.com [mailto: >>> excel-macros@googlegroups.com] >>> On Behalf Of Lawali >>> Sent: Friday, August 19, 2011 7:

Re: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-20 Thread Indrajit $nai
.com [mailto:excel-macros@googlegroups.com] > On Behalf Of Lawali > Sent: Friday, August 19, 2011 7:57 PM > To: MS EXCEL AND VBA MACROS > Subject: Re: $$Excel-Macros$$ Need your help in Vlookup formula. > > Rajan, > Your solution is awesome!!! > > On Aug 19, 9:39 am, "Rajan_

Re: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-19 Thread Indrajit $nai
ay, August 19, 2011 7:57 PM > To: MS EXCEL AND VBA MACROS > Subject: Re: $$Excel-Macros$$ Need your help in Vlookup formula. > > Rajan, > Your solution is awesome!!! > > On Aug 19, 9:39 am, "Rajan_Verma" wrote: > > You Can Tri this : > > > > Pri

RE: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-19 Thread Rajan_Verma
Thanks and Welcome -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Lawali Sent: Friday, August 19, 2011 7:57 PM To: MS EXCEL AND VBA MACROS Subject: Re: $$Excel-Macros$$ Need your help in Vlookup formula. Rajan, Your

Re: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-19 Thread Lawali
Range("F9").Offset(0, k).Value = Range("A" & i).Offset(0, > 1).Value > >             k = k + 1 > >         End If > >     Next > > End If > > Err: > > Application.EnableEvents = True > > End Sub > > From: excel-macros@google

Re: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-18 Thread XLS S
Hey Inderjit, please find the attachment... On Fri, Aug 19, 2011 at 1:02 AM, Indrajit $nai wrote: > Hi All, > I need your small help in Vlookup formula. I have attached a file with this > mail, where you can see  2 columns in the left. One is Qty. another is Sr. > no. > Now I want to search Sr.

Re: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-18 Thread NOORAIN ANSARI
Dear indajit, Please see attached sheet.. On Fri, Aug 19, 2011 at 1:02 AM, Indrajit $nai wrote: > Hi All, > > I need your small help in Vlookup formula. I have attached a file with this > mail, where you can see 2 columns in the left. One is Qty. another is Sr. > no. > Now I want to search Sr.

Re: $$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-18 Thread ashish koul
try this On Fri, Aug 19, 2011 at 1:02 AM, Indrajit $nai wrote: > Hi All, > > I need your small help in Vlookup formula. I have attached a file with this > mail, where you can see 2 columns in the left. One is Qty. another is Sr. > no. > Now I want to search Sr. no. through Qty. Suppose if I put

$$Excel-Macros$$ Need your help in Vlookup formula.....

2011-08-18 Thread Indrajit $nai
Hi All, I need your small help in Vlookup formula. I have attached a file with this mail, where you can see 2 columns in the left. One is Qty. another is Sr. no. Now I want to search Sr. no. through Qty. Suppose if I put Qty. 1400 it will show me 14, if I put 600 it will show 6, but the problem i