driverman13
New Member
- Joined
- Apr 12, 2011
- Messages
- 4
Sample of raw data: (my data contains A1-A100, 1927-2010)
What i need:
How would i create this new table that uses the yearly values from raw data and uses it for every month of that year?
Using Win7, Excel 2007
Code:
Date A1 A2 A3
1927 1 2 3
1928 4 5 6
1929 7 8 9
Code:
Date A1 A2 A3
192701 1 2 3
192702 1 2 3
192703 1 2 3
192704 1 2 3
192705 1 2 3
192706 1 2 3
192707 1 2 3
192708 1 2 3
192709 1 2 3
192710 1 2 3
192711 1 2 3
192712 1 2 3
192801 4 5 6
192802 4 5 6
Using Win7, Excel 2007