This is my first time using HTMLmaker... hope it works!
What I am trying to do is develop a formula for the shaded cells on Sheet1 that returns the subtotals by month from Sheet2 (I've left the desired results in the shaded area for illustration).
Sheet2 contains monthly values based on when each book was issued (released). The problem is that the books, in reality, release a month earlier than listed (e.g. Issue Date = 9-06, actual release = 8-06), and the source data (Sheet2) is organized in a table based on a book's life cycle (Col. 0 = Issue Date minus 1 Month, Col. 1 = Issue Date Month, and Col. 2 = Issue Date plus 1 Month), rather than in a standard "waterfall" layout.
I'm hitting a wall on developing a formula to accommodate this, and I could really use your help! I think I've explained it well enough, but if not, please ask!
Here are the sheets I'm using:
Sheet1:
Sheet2:
What I am trying to do is develop a formula for the shaded cells on Sheet1 that returns the subtotals by month from Sheet2 (I've left the desired results in the shaded area for illustration).
Sheet2 contains monthly values based on when each book was issued (released). The problem is that the books, in reality, release a month earlier than listed (e.g. Issue Date = 9-06, actual release = 8-06), and the source data (Sheet2) is organized in a table based on a book's life cycle (Col. 0 = Issue Date minus 1 Month, Col. 1 = Issue Date Month, and Col. 2 = Issue Date plus 1 Month), rather than in a standard "waterfall" layout.
I'm hitting a wall on developing a formula to accommodate this, and I could really use your help! I think I've explained it well enough, but if not, please ask!
Here are the sheets I'm using:
Sheet1:
Book4 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Issue Date | Total | Aug-06 | Sep-06 | Oct-06 | Nov-06 | Dec-06 | Jan-07 | ||
2 | Sep-06 | 134.33 | 0.02 | 43.34 | 90.97 | |||||
3 | Oct-06 | 248.93 | 0.04 | 84.89 | 164.00 | |||||
4 | Nov-06 | 1,478.72 | 0.24 | 504.29 | 974.19 | |||||
5 | Dec-06 | 495.86 | 0.08 | 169.10 | 326.68 | |||||
6 | ||||||||||
7 | - Need to fill with formula to retrieve monthly subtotals from Sheet2 | |||||||||
Sheet1 |
Sheet2:
Book4 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | Book | Issue Date | 0 | 1 | 2 | Col Headers | ||||
2 | 1 | Sep-06 | 0.02 | 43.34 | 90.97 | 0 | - Issue Date minus 1 Month | |||
3 | 2 | Oct-06 | 0.01 | 20.99 | 40.55 | 1 | - Issue Date Month | |||
4 | 3 | Oct-06 | 0.03 | 63.90 | 123.44 | 2 | - Issue Date plus 1 Month | |||
5 | 4 | Nov-06 | 0.07 | 144.15 | 278.48 | |||||
6 | 5 | Nov-06 | 0.07 | 138.37 | 267.31 | |||||
7 | 6 | Nov-06 | 0.11 | 221.76 | 428.40 | |||||
8 | 7 | Dec-06 | 0.08 | 169.10 | 326.68 | |||||
Sheet2 |