Johnny Thunder
Well-known Member
- Joined
- Apr 9, 2010
- Messages
- 693
- Office Version
- 2016
- Platform
- MacOS
Hello All,
I have a spreadsheet that contains data by Genre and Dates that flows left to right on my sheet but I need a way to convert the data into a more traditional style report that flows vertically. I have mocked up some sample data to assist in my explanation so hopefully that helps.
Currently for each genre there is an original amount that is used and then allocated by the user manually across the dates they choose. The total allocation will always equal back to the original. Also, the dates will never have any gaps in the middle of the allocation.
Any help is appreciated. ?
Sheet 1 Data
My expected results on Sheet 2
I have a spreadsheet that contains data by Genre and Dates that flows left to right on my sheet but I need a way to convert the data into a more traditional style report that flows vertically. I have mocked up some sample data to assist in my explanation so hopefully that helps.
Currently for each genre there is an original amount that is used and then allocated by the user manually across the dates they choose. The total allocation will always equal back to the original. Also, the dates will never have any gaps in the middle of the allocation.
Any help is appreciated. ?
Sheet 1 Data
Book1 | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | |||
1 | Genre | Amount | Date Range: | Oct-17 | Nov-17 | Dec-17 | Jan-18 | Feb-18 | Mar-18 | Apr-18 | May-18 | Jun-18 | Jul-18 | Aug-18 | Sep-18 | Oct-18 | Nov-18 | Dec-18 | Jan-19 | ||
2 | Rock | $ 750.00 | $ 87.50 | $ 87.50 | $ 87.50 | $ 87.50 | $ 87.50 | $ 87.50 | $ 45.00 | $ 45.00 | $ 45.00 | $ 45.00 | $ 45.00 | ||||||||
3 | Classical | $ 1,200.00 | $ 140.00 | $ 140.00 | $ 140.00 | $ 140.00 | $ 140.00 | $ 140.00 | $ 72.00 | $ 72.00 | $ 72.00 | $ 72.00 | $ 72.00 | ||||||||
4 | Folk | $ 3,000.00 | $ 900.00 | $ 1,500.00 | $ 300.00 | $ 300.00 | |||||||||||||||
Sheet1 |
My expected results on Sheet 2
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Genre | Caluclated Amount | Date | ||
2 | Rock | $ 87.50 | Dec-17 | ||
3 | Rock | $ 87.50 | Jan-18 | ||
4 | Rock | $ 87.50 | Feb-18 | ||
5 | Rock | $ 87.50 | Mar-18 | ||
6 | Rock | $ 87.50 | Apr-18 | ||
7 | Rock | $ 87.50 | May-18 | ||
8 | Rock | $ 45.00 | Jun-18 | ||
9 | Rock | $ 45.00 | Jul-18 | ||
10 | Rock | $ 45.00 | Aug-18 | ||
11 | Rock | $ 45.00 | Sep-18 | ||
12 | Rock | $ 45.00 | Oct-18 | ||
13 | Classical | $ 140.00 | Feb-18 | ||
14 | Classical | $ 140.00 | Mar-18 | ||
15 | Classical | $ 140.00 | Apr-18 | ||
16 | Classical | $ 140.00 | May-18 | ||
17 | Classical | $ 140.00 | Jun-18 | ||
18 | Classical | $ 140.00 | Jul-18 | ||
19 | Classical | $ 72.00 | Aug-18 | ||
20 | Classical | $ 72.00 | Sep-18 | ||
21 | Classical | $ 72.00 | Oct-18 | ||
22 | Classical | $ 72.00 | Nov-18 | ||
23 | Classical | $ 72.00 | Dec-18 | ||
24 | Folk | $ 900.00 | May-18 | ||
25 | Folk | $ 1,500.00 | Jun-18 | ||
26 | Folk | $ 300.00 | Jul-18 | ||
27 | Folk | $ 300.00 | Aug-18 | ||
Sheet2 |