+ Reply to Thread
Results 1 to 3 of 3

Match e-mail address with customer numbers

  1. #1
    Registered User
    Join Date
    08-17-2016
    Location
    crestmead, australia
    MS-Off Ver
    Microsoft office professional plus 2013
    Posts
    1

    Match e-mail address with customer numbers

    Hi,

    What I am trying to do is the following.

    I have two separate workbooks:

    In workbook no 1 I have all the customers' information. In this sheet the customer number sits in column B and email addresses sit in column O.
    In workbook no 2 I am running a logbook, in which I need the customer's email address. In this workbook the customer number is also included, in column C. Now I have added column AI in which I want to search for email address that belongs to their customer number.

    Which formula do I type in column AI in workbook no 2 to match email addresses with the customer number?

    thank you so much!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,492

    Re: Match e-mail address with customer numbers

    Try this:

    =INDEX(columnO,match(C1,columnB,0))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Match e-mail address with customer numbers

    if they are in separate workbooks, and the source workbook is closed, you'll need a bit more:

    =INDEX('Filepath\[Workbookname.xlsx]Sheetname'!$O$1:$O$100,MATCH(C1,'Filepath\[Workbookname.xlsx]Sheetname'!$B$1:$B$100,0))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ 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. HELP - Im Trying to match my customer id numbers from different speadsheets
    By Diver Rick in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-19-2014, 09:17 PM
  2. Replies: 4
    Last Post: 11-28-2014, 07:53 AM
  3. Mail variable number of sheets in workbook based on VLOOKUP mail address
    By Tino XXL in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-08-2013, 08:44 AM
  4. click on mail address, print specific page to pdf, attach it to mail
    By Crosplit in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-09-2013, 04:54 AM
  5. How to e-mail selected row and use e-mail address in a cell to send e-mail from excel
    By syedalamgir in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-27-2010, 02:15 AM
  6. I just want the customer address to appear!!!
    By MIRMLE in forum Excel - New Users/Basics
    Replies: 11
    Last Post: 01-28-2009, 06:18 PM
  7. [SOLVED] E-mail to every e-mail address in an Excel column?
    By MrMan&Fam in forum Excel General
    Replies: 24
    Last Post: 07-19-2006, 04:40 AM

Tags for this Thread

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