How to Arrange mismatch Data

niladri20052006

Board Regular
Joined
Dec 3, 2010
Messages
121
Hi all,

is there any special way to copy and paste to arrange data.

For example I have 5 files and the data is in different format in all those 5 files. Is to possible to arrange the data in a particular format? or will I have to copy or paste the data one by one? I want only company Name, Contact names, Title, direct Phone, Main Phone email and websites. I do not need any other info.

Any formula or VBA?
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
You will have to write a macro to do this. You can record a macro to do this for one file manually & then change the code to do the same thing for other files. In the code try using the headers of the column (Name, Contact Names, etc.) as a reference to copy the data.
If this is just a one time thing, it is easier to do it manually.
 
Upvote 0

Forum statistics

Threads
1,224,564
Messages
6,179,543
Members
452,924
Latest member
JackiG

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top