Thanks for your reply but can you solve my query with formulas. Because I don't know any thing about Macros how to use it or where to insert macro code. Your reply will highly appriaciated.
Regards, Aamir Shahzad On Sun, May 30, 2010 at 10:20 PM, Mahesh parab <mahes...@gmail.com> wrote: > Hi Aamir > i herewith attach sheet as per your requirement, hope this will help you. > > use below mention function > Function MergeStrings(source As String, RangeVal As Range) As String > Dim str As String, cl As Range > For Each cl In RangeVal > If cl.Value = source Then > If str = "" Then > str = cl.Offset(0, 1).Value > Else > str = str & " " & cl.Offset(0, 1).Value > End If > End If > Next > MergeStrings = str > End Function > > > > On Sat, May 29, 2010 at 12:28 AM, Aamir Shahzad > <aamirshahza...@gmail.com>wrote: > >> Dear all, >> >> Vlookup pick only one value from desired sheet but I want to pick multiple >> values. Is there any formula to pick values & automatically insert rows >> without any micro because I don't have idea. Sheet attached. >> >> Regards, >> >> Aamir Shahzad >> >> -- >> >> ---------------------------------------------------------------------------------- >> Some important links for excel users: >> 1. Follow us on TWITTER for tips tricks and links : >> http://twitter.com/exceldailytip >> 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 >> 3. Excel tutorials at http://www.excel-macros.blogspot.com >> 4. Learn VBA Macros at http://www.quickvba.blogspot.com >> 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com >> >> To post to this group, send email to excel-macros@googlegroups.com >> >> <><><><><><><><><><><><><><><><><><><><><><> >> HELP US GROW !! >> >> We reach over 7000 subscribers worldwide and receive many nice notes about >> the learning and support from the group.Let friends and co-workers know they >> can subscribe to group at >> http://groups.google.com/group/excel-macros/subscribe >> > > -- > > ---------------------------------------------------------------------------------- > Some important links for excel users: > 1. Follow us on TWITTER for tips tricks and links : > http://twitter.com/exceldailytip > 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 > 3. Excel tutorials at http://www.excel-macros.blogspot.com > 4. Learn VBA Macros at http://www.quickvba.blogspot.com > 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com > > To post to this group, send email to excel-macros@googlegroups.com > > <><><><><><><><><><><><><><><><><><><><><><> > HELP US GROW !! > > We reach over 7000 subscribers worldwide and receive many nice notes about > the learning and support from the group.Let friends and co-workers know they > can subscribe to group at > http://groups.google.com/group/excel-macros/subscribe > -- ---------------------------------------------------------------------------------- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 7000 subscribers worldwide and receive many nice notes about the learning and support from the group.Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe