+ Reply to Thread
Results 1 to 5 of 5

Vlookup Email Data. Need Help Please! :)

  1. #1
    Registered User
    Join Date
    10-01-2018
    Location
    Chicago, IL
    MS-Off Ver
    2010
    Posts
    3

    Cool Vlookup Email Data. Need Help Please! :)

    Hi there,

    So I am doing some email outreach which contains multiple columns in excel (business name, website, email address, phone etc.)

    I took the spreadsheet and cleaned the email addresses so I could just get verified emails.

    The software I used to clean the emails spits out just the email column... so now the emails don't match up to the corresponding business name, website, phone number etc.

    My question is how do I use the clean email to find the corresponding other business attributes and line them up correctly?

    I think I use the Vlookup or Search function to find the Clean email in the Old email column that will match up with the corresponding business name, phone number etc.

    I've been working on this for hours to no avail.

    Spreadsheet is attached. Clean Emails are in Column A and the Old emails are in Column B. All the attributes line up to column B.

    Any advice would be greatly appreciated!

    Nathan
    Attached Files Attached Files

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,008

    Re: Vlookup Email Data. Need Help Please! :)

    .
    Will it make a difference to your email cleaning software, if you sort your data first in alphabetical order ?

  3. #3
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,008

    Re: Vlookup Email Data. Need Help Please! :)

    .

    I am certain there are many ways to accomplish this goal. Here is one ...

    After reviewing your data, these two macros will achieve the goal. Macro compare_cols will review Cols A & B and color red those cells in Col B that do not match Col A.

    MyHideMacro will hide all of the red colored rows, leaving only the matching email rows you are seeking. The macro CpyPsteSht1 will copy the visible rows and paste them onto Sheet1 (you'll need to add another sheet named
    Sheet1).

    Please Login or Register  to view this content.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    10-01-2018
    Location
    Chicago, IL
    MS-Off Ver
    2010
    Posts
    3

    Re: Vlookup Email Data. Need Help Please! :)

    Thank you so much! I will try this and see let you know
    if I have more questions.

    Nathan

  5. #5
    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,926

    Re: Vlookup Email Data. Need Help Please! :)

    Hi, welcome to the forum

    Try this formula - wherever you want the answers to start showing...
    =INDEX(D:D,MATCH(A2,$b:$b,0))
    copied down and across as needed
    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

+ 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. auto email form excel imputting specific row data for each email address + add graph
    By macroconfused in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-23-2018, 01:59 AM
  2. [SOLVED] VBA to send email using data from the EXCEL including email address, subject and body text
    By ec4excel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2016, 11:07 AM
  3. Email same email addresses' data onto one email
    By lapot in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 01-13-2016, 01:31 PM
  4. vba pull data from outlook body of email through email or subject of mail into excel
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-01-2014, 04:37 AM
  5. How to parse data in Outlook email using HTML version of email back to excel
    By bnasty in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 10-31-2012, 02:54 PM
  6. email when expired value is reached and email data to specific person
    By SAM1979 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-23-2011, 09:03 PM
  7. Send data from Excel in email from specific email account
    By eriknokc in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-05-2007, 05:02 PM

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