+ Reply to Thread
Results 1 to 11 of 11

Customer ID Number and then find

  1. #1
    Registered User
    Join Date
    05-03-2014
    Location
    USA
    MS-Off Ver
    Excel 2010 and 2013
    Posts
    42

    Customer ID Number and then find

    I want to create a customer ID for thousands of customers and then be able to find the customer by doing a search for the ID later. I'm even thinking of using a customer phone number for the ID. What function can I use to later find the customer?

  2. #2
    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,936

    Re: Customer ID Number and then find

    Hi and welcome to the forum

    You would probably use vlookup() or index/match combo for this
    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

  3. #3
    Registered User
    Join Date
    05-03-2014
    Location
    USA
    MS-Off Ver
    Excel 2010 and 2013
    Posts
    42

    Re: Customer ID Number and then find

    Thanks. I've been reading the forum but I am really stumped with this one. Maybe I just don't understand vlookup() but I have not been able to get it to work properly. I'll research a bit more and see if I can figure it out with vlookup.

  4. #4
    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,936

    Re: Customer ID Number and then find

    Color...Total Cost
    Black...8
    Blue...13
    Green...4
    Red...6
    White...0

    Find
    Blue
    13
    =VLOOKUP(D2,$A$2:$B$6,2,0)

  5. #5
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Customer ID Number and then find

    Hi Mel (You Be) and welcome to the forum.

    Read http://spreadsheets.about.com/od/exc...320vlookup.htm or
    http://www.howtogeek.com/howto/13780...okup-in-excel/

    for some examples of VLookup... I use it daily!!
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  6. #6
    Registered User
    Join Date
    05-03-2014
    Location
    USA
    MS-Off Ver
    Excel 2010 and 2013
    Posts
    42

    Re: Customer ID Number and then find

    Thanks for the help. I'm on the right track now. I can get a specific column but is there a way to get the information from several columns?

    656 Bob Jones 22nd Street Brown Car $4000

    Can I use the 656 to generate the whole range of information?

  7. #7
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Customer ID Number and then find

    YEP.

    If 656 is in A4 and Bob is in B4 and Jones is in C4...

    You would use the VLookup(656, RANGE, 3, False) to return the "JONES" as it is 3 columns to the right of the 656.
    Change the 3 in the above formula to 7 and it should return the 4000.

  8. #8
    Registered User
    Join Date
    05-03-2014
    Location
    USA
    MS-Off Ver
    Excel 2010 and 2013
    Posts
    42

    Re: Customer ID Number and then find

    I was not very clear in my last post. If I have 656 in A4, Bob Jones in B4, 22nd Street in C4, Brown Car in D4 and $4000 in E4, how can I get the range of information from B4 to E4. Or is that even possible?

  9. #9
    Registered User
    Join Date
    05-03-2014
    Location
    USA
    MS-Off Ver
    Excel 2010 and 2013
    Posts
    42

    Re: Customer ID Number and then find

    I figured it out. It's very simply that I would need to do the vlookup for each column.

  10. #10
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Customer ID Number and then find

    It would be better if you upload a sample workbook with enough sample data in it and show the desired output filled manually. This will help the forum members to provide you an exact solution.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  11. #11
    Registered User
    Join Date
    05-03-2014
    Location
    USA
    MS-Off Ver
    Excel 2010 and 2013
    Posts
    42

    Re: Customer ID Number and then find

    I need a little more forum experience to be able to upload my practice file.

    You guys have helped me figure out my issue though. Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Pulling the customer name when I enter the customer number
    By c.seely in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-04-2012, 01:12 PM
  2. Replies: 2
    Last Post: 11-30-2012, 12:48 PM
  3. replace customer number with customer name
    By openyamind in forum Excel General
    Replies: 3
    Last Post: 11-10-2011, 06:59 PM
  4. how to find the top 3 amount per customer?
    By mackie8 in forum Excel General
    Replies: 3
    Last Post: 03-21-2011, 01:35 AM
  5. [SOLVED] Find Best Customer
    By mshtuhin in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-28-2010, 08:03 PM

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