Append possibility??

  • Thread starter Thread starter wouter
  • Start date Start date
W

wouter

Hi guys,

I have several Excel worksheets I want to put in one big one. Is there
a possibility to Append these records somehow into one record
automatically? If that is not possible, how is that done manually?

Any suggestion welcome!

Wouter de Voogd
Museum of Modern Art Amsterdam
 
Do you mean you want to merge columns to an existing worksheet from another
worksheet where you have a key value that you can match up?

If yes, you may want to look at =vlookup() in help.

If your key column is the leftmost column of a worksheet, you can retrieve
values using that.
 
Back
Top