I have a file with data in sheet1 as follows which is being updated by downloading through WEB every day. The data gets replaced for every date.
Date Name of Fruit Price
10-Oct-10 Banana 12
10-Oct-10 Apple 60
10-Oct-10 Mango 100
I need to create a consolidated data for each day as follows. The data needs to replace in sheet2 as under with a close of xls sheet/automatically without disturbing earlier data columns.
Date ====> 10-Oct-10 11-Oct-10 12-0ct-2010 13-Oct-10
Name of Fruit
Banana 12 12 13 14
Apple 60 61 62 63
Mango 100 101 102 104
can anybody help?
Date Name of Fruit Price
10-Oct-10 Banana 12
10-Oct-10 Apple 60
10-Oct-10 Mango 100
I need to create a consolidated data for each day as follows. The data needs to replace in sheet2 as under with a close of xls sheet/automatically without disturbing earlier data columns.
Date ====> 10-Oct-10 11-Oct-10 12-0ct-2010 13-Oct-10
Name of Fruit
Banana 12 12 13 14
Apple 60 61 62 63
Mango 100 101 102 104
can anybody help?