+ Reply to Thread
Results 1 to 7 of 7

Need Help With Matching Function

  1. #1
    Registered User
    Join Date
    05-24-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Need Help With Matching Function

    Hey All,

    I need some help with excel vba/fuctions.

    I have to add a list in a different tab daily, and I need to find a MACTH with a certain PERSON in a tab and MATCH his numbers on a daily basis. How do i go about doing that in VBA? The numbers will be refreshed daily and there are over 400 people on the list, and manually doing this will be a pain in the a**. Can someone please help. Thank you in advance.

    Example:
    Find John Doe on both tabs, and on main tab, put "John Doe 2 tickets Monday"

    A2: John Doe
    B1: Monday
    B2: 2 Tickets

    I already have coded up to the point where it will ADD John Doe on the main tab, but, dont know how to match it on a daily basis.
    Last edited by kalubalu; 07-24-2012 at 04:33 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Noob needs help

    The title does meet forum guidelines
    Click on star (*) below if this helps

  3. #3
    Registered User
    Join Date
    05-24-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Need Help With Matching Function

    Can anyone help solve this question?

  4. #4
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Need Help With Matching Function

    How about an example workbook?

  5. #5
    Registered User
    Join Date
    05-24-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Need Help With Matching Function

    test.xlsx

    This is a sample of what needs to be done. Hope you can help, thanks in advance.

  6. #6
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Need Help With Matching Function

    I see a problem with your data;
    Your data goes in order 1,2,3,4,5,6,7 (Mon, Tues, Wed...)
    and your lookup data goes in reverse order (7/26, 7/25, 7/24 ....)

    It is not impossible to work around but would make the matching more difficult.


    I don't have time to help you but others might be able.

  7. #7
    Registered User
    Join Date
    05-24-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Need Help With Matching Function

    Thats fine K m, thanks for taking the time to look at it though. Its highly appreciated.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1