See my attached modified workbook and let me know if it works for what you need. I deleted your first three rows on your Master sheet so that the first row of actual data in in row 2. (Row 1 contains the row headings.)
Once you open my modified sheet, run the macro 'CopyCountry'. If the sheet for a specific country already exists, it will add the matching data to that sheet after the last current row of data on that sheet. Since you already had 'India' and 'China' sheets, it won't create anything, it will just copy the data to them.
If the sheet doesn't exist, it will create a new sheet with the country's name and copy the data to it.
Your original 'Master' sheet will remain unchanged.
The code used is as follows:
- Moo
Bookmarks