Filter and save data in a saparate folder

rasika99

New Member
Joined
Jan 14, 2014
Messages
15
Guys,

I have excel files that contain the details about exam marks of students. I want to filter data according to "Student No." and save the filtered data in a new work book. A new folder also should be created. Both
the name of new work book and the folder should be the relevant ""Student No.". Since there are many files, the program should identify the "Student No.",filter data, create folders and save filtered data in a new excel work book.

Can i do it using a vba code?

Thank u


Eg.
File Name :- Grade 03
Student No.NameSubject Marks
10tomMaths50
10tomScience49
10tomArts62
11harryMaths89
11harryScience56
11harryArts78
12davidMaths53
12davidScience86
12davidArts75

<tbody>
</tbody>

-----------------------------
The interface i hope to design is a common file that contains vba code and open master data file according to the grade name and then do the filtering and saving part.


Grade Name:.................

Path master file located:...............

Path result file to be saved:.................

------------------------------
Eg.

the result file "10.xls" in the folder named "10" is,

Student No.NameSubject Marks
10tomMaths50
10tomScience49
10tomArts62

<tbody>
</tbody>
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

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