+ Reply to Thread
Results 1 to 6 of 6

Vlook up Help- Trying to match customers with sales person, but names are not exact

  1. #1
    Registered User
    Join Date
    06-12-2013
    Location
    Boston
    MS-Off Ver
    Excel 2010
    Posts
    7

    Vlook up Help- Trying to match customers with sales person, but names are not exact

    Vlook up Help- Trying to match customers with sales person, but names are not exact

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Vlook up Help- Trying to match customers with sales person, but names are not exact

    try pivot table for that.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Vlook up Help- Trying to match customers with sales person, but names are not exact

    or perhaps vlookup() with a wildcard?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    06-12-2013
    Location
    Boston
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Vlook up Help- Trying to match customers with sales person, but names are not exact

    How should I pivot that? I have tried and can not figure it out.

  5. #5
    Registered User
    Join Date
    06-12-2013
    Location
    Boston
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Vlook up Help- Trying to match customers with sales person, but names are not exact

    Sheet 1 =
    Cell A1
    Acct Name
    blah inc

    Sheet 2 =
    Cell A1
    Blah

    Cell B1
    Sales rep

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Vlook up Help- Trying to match customers with sales person, but names are not exact

    try something like this...

    =vlookup(b1&"*",A1:B20,2,0)

+ 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