Extract 3 columns from multiple xls files into a new xls file

Virendar

New Member
Joined
May 5, 2018
Messages
1
Hi,
I am new to the forum and heard a lot about it. I am sure, I will get answer to my query, which I am struggling to solve. Here it goes
I have 1000's of xls files where I am trying to fetch the information of 3 columns and corresponding rows into a new xls file. How to do it without using VBA.
Example
File 1
<style>table { }tr { }col { }br { }td { padding-top: 1px; padding-right: 1px; padding-left: 1px; color: black; font-size: 12pt; font-weight: 400; font-style: normal; text-decoration: none; font-family: Calibri,sans-serif; vertical-align: bottom; border: medium none; white-space: nowrap; }.xl63 { }</style>

<colgroup><col style="width:65pt" span="3" width="87"> </colgroup><tbody>
</tbody>
TIME
290 CPU %
Memory %
20/02/18 20:0012.7762.53
20/02/18 21:0011.9762.54
20/02/18 22:0012.2662.48
20/02/18 23:008.6362.49
21/02/18 0:003.4662.47
21/02/18 1:002.9862.5
21/02/18 2:002.5262.49
21/02/18 3:005.9362.95

<colgroup><col><col><col></colgroup><tbody>
</tbody>


File 2
TIME291 CPU %Memory %
01/01/18 0:002.0524.47
01/01/18 1:002.824.5
01/01/18 2:002.8724.5
01/01/18 3:002.3824.53
01/01/18 4:002.4524.55
01/01/18 5:003.7925.48
01/01/18 6:003.2125.37
01/01/18 7:002.4824.61
01/01/18 8:002.4724.63
01/01/18 9:002.5224.65

<colgroup><col><col><col></colgroup><tbody>
</tbody>

and so on..

Output needs to be in a single xls file
Pls guide as to how to do it.

<tbody>
</tbody>

<tbody>
</tbody>

<tbody>
</tbody>


<tbody></tbody>
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,215,467
Messages
6,124,984
Members
449,201
Latest member
Lunzwe73

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