Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have several files where I am trying to merge data in sequential order and
make into 1 file. Sheet 1 col a is the master. col b and c have data already which I won't change. col d is next empty column. Sheet 2 has several values that I want to merege into sheet 1 at the appropriate place so all values are in sequential order. If Sheet 2's value is the same as something already on sheet 1, I just want to copy it to the same row, but in col d. If Sheet 2's value doesn't exist on Sheet 1, I want to insert a row and paste the value in column a and d. Data now looks like this: col a col b col c col d 1a34f45 dummy data 1a35111 more data Sheet 2 looks like this col a 1a34f46 1a35111 I would want the final sheet 1 to look like this col a col b col c col d 1a34f45 dummy data 1a34f46 1a34f46 (new row, data entered twice) 1a35111 more data 1a35111 (matched, so just copied to col d) Hope this makes sense. I've got a loop with if then stmts but I'm sure there is a more efficient way to do this. -- Thanx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to sort text and letter hybrid (eg A1, A2, A10) in order? | Excel Worksheet Functions | |||
Number stored as text: Frustrated with Excel-Word Merge | Excel Discussion (Misc queries) | |||
How change dimensions of data label text box in pie chart? | Charts and Charting in Excel | |||
How do I merge new text into existing text cells. | Excel Discussion (Misc queries) | |||
How do I merge the text content of two seperate cells into one? | Excel Discussion (Misc queries) |