Consulting

Results 1 to 3 of 3

Thread: Paste only Values from sheet 1 that are not in Sheet 2 into sheet 3

  1. #1
    VBAX Regular
    Joined
    Jun 2016
    Posts
    10
    Location

    Paste only Values from sheet 1 that are not in Sheet 2 into sheet 3

    Hello everyone,

    Happy Friday! Hope you are all doing well. File I need help with is attached.

    It has two main components. First one pastes the value from sheet 1 B1:B5 in front of the matched values in sheet 2.

    2nd part, the one I need help with, compares values in sheet 1 to the values in sheet 2, and pastes those that ARE NOT in sheet 2 ( unmatched values) into sheet THREE, with the same information in B1:b5.

    This is the code I have that I played around with for a bit.

    What I need is for the part With Sheets (WishlistWS).
    Probably a code before the If statement to use sheet 2 as a comparison , but pastes the mismatch values into the wishlist sheet.
    Once those mismatches are pasted, I believe the rest of that section should work as presumed. I just dont know how to paste those mismatch values initially.


    Last edited by vpan; 06-24-2016 at 10:34 AM. Reason: Solved code

  2. #2
    VBAX Regular
    Joined
    Jun 2016
    Posts
    10
    Location
    For example, in the attached workbook, "add request" has "RANDOM BROKER" written. That is not in the brokers list in the second sheet. So I need a code to paste the "RANDOM BROKER" and any other mismatched broker into the broker list in sheet 3. Hope this clarifies. Once I have the code, the code I have of copying B1:b5 should work properly.

    Thanks a lot in advance for any help or suggestions!

  3. #3
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Is your question Solved? if so please mark it so using Thread Tools
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •