Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am sure this is simple, but I have no idea how to get it done. I
have two sheets of data, each with a column representing a unique identifier. I want to Search Worksheet 2 for the unique identifier from Worksheet 1, once it finds it, I want to copy a single cell from worksheet 2 to worksheet 1. For example. Worksheet 1 Column A Column B 677 1249 822 9021 921 6121 Worksheet 2 Column A Column X 677 phos 822 ubiq 921 glyc I want to find the row with the unique identifier from column A of worksheet 1 (677) and find it in worksheet 2, copy the text from column X to column C of worksheet 1 so that it looks like this in the end. Column A Column B Column C 677 1249 phos 822 9021 ubiq 921 6121 glyc Thanks for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying data while matching it to it's label | Excel Discussion (Misc queries) | |||
Matching a value in two worksheets, and then copying a cell from one to other | New Users to Excel | |||
copying data from matching cloumn | Excel Worksheet Functions | |||
Matching and Copying entries | Excel Discussion (Misc queries) | |||
Copying and moving matching data problem | Excel Programming |