+ Reply to Thread
Results 1 to 3 of 3

Copying over cell info to a master sheet

  1. #1
    Registered User
    Join Date
    05-30-2014
    Posts
    44

    Copying over cell info to a master sheet

    Hello,

    I am wondering if there is a formula that would do the following:

    I have Worksheet A, Worksheet B, And Worksheet C

    Worksheet A and Worksheet B both have a column that has a Person's Name

    I would like a formula in Worksheet C to bring over the names in Worksheet B and I want it to bring over the names in Worksheet A only if that name is not in Worksheet B. If the name is duplicated in Worksheet B then I do not want the name brought over.

    Worksheet C is being created as an autofill master which is where this formula will be housed.

    Thank you for your assistance.

  2. #2
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Quebec, Canada
    MS-Off Ver
    2013
    Posts
    232

    Re: Copying over cell info to a master sheet

    That might not work for you but perhaps...

    Bring the data from both Worksheets A and B in Worksheet C. That will obviously include your duplicates.

    Then, select the data, and go in Data -> Unique Records only (the third option in data tools, not 100% sure it's called like that in english). That will delete any duplicate.

  3. #3
    Valued Forum Contributor Lemice's Avatar
    Join Date
    04-13-2013
    Location
    Somewhere.
    MS-Off Ver
    Excel 2016
    Posts
    696

    Re: Copying over cell info to a master sheet

    Hello oboegal21,

    You can do so by utilizing either Array Formula (will slow down performance on large amount of data) or by using helper column with COUNTIF or a simple ISERROR and MATCH combo to check if a name in Sheet A is already in Sheet B

    If you can attach a small sample workbook with mocked-up data, that'll be much easier for others to help you too.
    (copy pasta from Ford)
    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

    Regards,
    Lem

+ 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. Adding info from different Sheets into a master Sheet
    By 1tripz1 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-04-2014, 10:54 AM
  2. Copying Info From One Sheet & Posting Below Info on Another Sheet
    By Biegs101 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-13-2013, 11:39 AM
  3. Replies: 2
    Last Post: 10-23-2013, 05:10 PM
  4. Macro copying info based on cell value and putting it on separate sheet
    By KirkFogg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-13-2013, 03:47 PM
  5. Sort and copying info from master spreadsheet to other spreadsheets
    By Beth Watters in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-14-2013, 05:38 AM
  6. Pulling info from master sheet to sheet 2 based on ID number input
    By GSI2013 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-25-2013, 12:38 PM
  7. Take info from a master sheet and use Macro/VBA to compile data on another sheet.
    By JPLANERA in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-17-2012, 10:47 AM

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