+ Reply to Thread
Results 1 to 2 of 2

Merging sheets to find repeat customers

  1. #1
    Registered User
    Join Date
    10-04-2013
    Location
    USA
    MS-Off Ver
    Excel2010
    Posts
    27

    Merging sheets to find repeat customers

    I currently have an excel file with 2 sheets (tab 1 and tab 2). Tab 1 contains an internally generated customer ID number, customer first name, customer last name, customer DOB, and customer address as the column headings. Tab 2 contains a column heading for customer ID number and contains only those customer ID numbers which have reordered a product from us. I want to know if there is a way to create a third sheet that will contain all the column headings found in tab 1, but only for those customers whose customer ID number appears in tab 2. In other words, I want to make a sheet that contains only customers who have re-ordered form us.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Merging sheets to find repeat customers

    Not sure why you want a third sheet when you could just add the formulas to pull in that data onto tab 2, but if that's what you want...

    1. Copy the Customer ID column from tab 2 to a new tab (let's call it tab 3).
    2. In column B (cell B2 I assume, if headers are in row 1), use the following formula:

    =VLOOKUP($A2,Sheet1!$A:$E,COLUMN(),0)

    3. Fill that formula across to C2, D2 and E2.
    4. Select B2:E2 and fill the formula down as many rows as you have values in column A.

    That should take care of it.

+ 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] select diffrent sheets for diferent customers
    By steveg666 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-11-2013, 07:53 AM
  2. Determine repeat customers vs. new customers based on purchase date
    By mktgdude in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-02-2013, 04:10 AM
  3. Merging: displaying which sheet data comes from when merging sheets
    By zed commander in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-12-2012, 12:20 PM
  4. Find the duplicated items for same Customers
    By migdad in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-14-2010, 09:13 AM
  5. Find main customers in a list
    By jaygee250 in forum Excel General
    Replies: 3
    Last Post: 11-27-2009, 05:43 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