+ Reply to Thread
Results 1 to 4 of 4

Copy cell between sheets using a common cell

  1. #1
    Registered User
    Join Date
    11-26-2018
    Location
    Portugal
    MS-Off Ver
    2010
    Posts
    2

    Copy cell between sheets using a common cell

    Hi everyone,

    I have 2 giant sheets with different columns in each sheet but having common cells witch I would like to use to copy cells from one to the other having common cells to identify the correct cells to copy. The common cells have not the same number in each sheet so it can happen that one cell is not on the other sheet so it will not copy data in that situation.

    Excel.png


    Thank you all ! ;-)

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Copy cell between sheets using a common cell

    Hi Filipe Marques. Welcome to the forum.

    Since we don't have workbook I guessed at the addresses.


    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    4
    Name
    Ace Position
    Name
    Address
    Ace Position
    5
    John
    1
    Karl
    Portugal
    6
    In J5 : =IFERROR(INDEX($C$5:$C$100,MATCH(H5,$B$5:$B$100,0)),"")
    6
    Mike
    2
    Mike
    USA
    2
    7
    Harry
    4
    Tina
    Canada
    7
    8
    Alfred
    5
    Maria
    Spain
    3
    9
    Maria
    3
    Harry
    England
    4
    10
    Tina
    7
    John
    Timor
    1
    11
    Karl
    6
    Alfred
    France
    5
    12
    13
    14
    15
    16
    17
    18
    19
    Dave

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Copy cell between sheets using a common cell

    I guess you required sheet2 copy into sheet1. If this is correct then extract unique name in sheet1 with formula in "A2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Ensure press SHIFT+CTRL+ENTER
    In "B2"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Both sheet data from "A2"


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  4. #4
    Registered User
    Join Date
    11-26-2018
    Location
    Portugal
    MS-Off Ver
    2010
    Posts
    2

    Re: Copy cell between sheets using a common cell

    Hi ,

    I found better way to get results : =PROCV(H5;B:C;2

    Thanks everyone !

+ 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] Copy cell A3 and Cell A5 of numerous sheets into a single sheet
    By aarona in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-06-2017, 01:56 AM
  2. Replies: 1
    Last Post: 07-22-2015, 05:23 PM
  3. [SOLVED] Create Sheets and copy rows to the Sheets if cell contains sheet names
    By CRIMEDOG in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-08-2015, 08:06 AM
  4. Match data on 2 sheets and copy value from one cell to another cell
    By melodynallison in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-11-2014, 11:02 PM
  5. [SOLVED] Macro to copy a specific cell and paste in another cell, for all sheets in workbook
    By lyoung1124 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-02-2014, 10:15 AM
  6. [SOLVED] Copy data from a range of cells into a blank range based on common cell
    By vanmeterkj in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-03-2012, 10:18 AM
  7. VBA Access Common Cell in Many Different Sheets in an External Workbook
    By Software Bud in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-21-2008, 08:14 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