Hi All,
I have one excel which consist of huge data in it. I have to split the excel file into multiple excel files based on one keyword which is available in one single column and multiple places through out the file.
Example:
Lets say I have 100 rows and 4 columns. Keyword is available in 1st column in different places like 10,20,30,40,70,100 rows respectively. Whatever the data from 1 to 10 rows will be first excel, 11 to 20 rows will be second excel, 21 to 30 rows will be 3rd excel, 31 to 40 in one, 41 to 70 in one and finally 71 to 100 in final excel.
Thanks
Suresh