I have 6 columns, each for Date, Script, Quantity, Rate, Amount, Client.
Everyday i fill the data in this main sheet1.

I want in sheet2 the full details of date wise transaction done by client A should come automatically and in Sheet3 transactions done by client B to come and so on. Please can you help me how to do it through Macros. A sample of the data in the workbook is as follows-

Date Script Name Quantity Rate Amount Client
1-Jul-11 ABC Ltd 100 105.00 10,500.00 A
1-Jul-11 CDE Ltd -50 97.00 -4,850.00 B
1-Jul-11 FGH Ltd 100 88.00 8,800.00 B
2-Jul-11 IJK Ltd -25 115.00 -2,875.00 C
2-Jul-11 ABC Ltd 500 115.00 57,500.00 A
2-Jul-11 CDE Ltd -200 79.00 -15,800.00 B
2-Jul-11 FGH Ltd 500 86.00 43,000.00 A
2-Jul-11 ABC Ltd 100 108.00 10,800.00 C
3-Jul-11 CDE Ltd -200 84.00 -16,800.00 C
3-Jul-11 IJK Ltd 100 117.00 11,700.00 C

Thanks in advance.