I have a short summary table. I am trying to stretch it out to fill in blanks by interpolating between the existing cells.
I have a variable number of rows needed between each row of the summary table to the extended table. I am trying to make this with formulas so that when I switch to a different summary table it will adjust the number of rows between each and automatically drop down to the next row of the summary table for all the needed formulas across the extended table.
Another way to try to explain it is I'm using $ to fix cell positions in, say, 6 rows, but when I get to the next row in the summary I'll need to increment those $ down one to apply the formulas to the next row down. An then use that $ in, say 8 rows, before switching down again. I've uploaded a minisheet that does what I want to try to show it better.
I have a variable number of rows needed between each row of the summary table to the extended table. I am trying to make this with formulas so that when I switch to a different summary table it will adjust the number of rows between each and automatically drop down to the next row of the summary table for all the needed formulas across the extended table.
Another way to try to explain it is I'm using $ to fix cell positions in, say, 6 rows, but when I get to the next row in the summary I'll need to increment those $ down one to apply the formulas to the next row down. An then use that $ in, say 8 rows, before switching down again. I've uploaded a minisheet that does what I want to try to show it better.
sample.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | |||
1 | * | Col E pulls from D and needs to drop down a row when F switches to the next row in the summary table | ||||||||||
2 | number of rows needed | * | col B interpolated | col C interpolated | col D interpolated | col E interpolated | ||||||
3 | 1 | 94.6 | 117 | 136 | 6 | 1 | 94.6 | 116.5 | 136.1 | |||
4 | 2.5 | 103.3 | 127 | 148 | 6 | 6 | 1.25 | 96.0 | 118.3 | 138.1 | ||
5 | 5 | 108.9 | 136 | 159 | 8 | 6 | 1.50 | 97.5 | 120.1 | 140.2 | ||
6 | 10 | 119.1 | 146 | 170 | 7 | 6 | 1.75 | 99.0 | 121.8 | 142.2 | ||
7 | 25 | 130.6 | 163 | 190 | 11 | 6 | 2.00 | 100.4 | 123.6 | 144.2 | ||
8 | 50 | 146.8 | 185 | 213 | 16 | 6 | 2.25 | 101.9 | 125.4 | 146.2 | ||
9 | 75 | 165.0 | 209 | 236 | 18 | 8 | 2.5 | 103.3 | 127.2 | 148.3 | ||
10 | 90 | 184.8 | 234 | 258 | 20 | 8 | 2.81 | 104.0 | 128.3 | 149.7 | ||
11 | 95 | 201.3 | 251 | 273 | 17 | 8 | 3.13 | 104.7 | 129.4 | 151.1 | ||
12 | 97.5 | 215.7 | 266 | 284 | 14 | 8 | 3.44 | 105.4 | 130.5 | 152.4 | ||
13 | 99 | 227.5 | 285 | 301 | 12 | 8 | 3.75 | 106.1 | 131.6 | 153.8 | ||
14 | 8 | 4.06 | 106.8 | 132.7 | 155.2 | |||||||
15 | 8 | 4.38 | 107.5 | 133.8 | 156.6 | |||||||
16 | 8 | 4.69 | 108.2 | 135.0 | 158.0 | |||||||
17 | 7 | 5 | 108.9 | 136.1 | 159.4 | |||||||
18 | 7 | 5.71 | 110.3 | 137.5 | 161.0 | |||||||
19 | 7 | 6.43 | 111.8 | 138.9 | 162.5 | |||||||
20 | 7 | 7.14 | 113.3 | 140.3 | 164.0 | |||||||
21 | 7 | 7.86 | 114.7 | 141.8 | 165.5 | |||||||
22 | 7 | 8.57 | 116.2 | 143.2 | 167.0 | |||||||
23 | 7 | 9.29 | 117.6 | 144.6 | 168.6 | |||||||
24 | 11 | 10 | 119.1 | 146.0 | 170.1 | |||||||
25 | 11 | 11.36 | 120.1 | 147.6 | 171.9 | |||||||
26 | 11 | 12.73 | 121.2 | 149.2 | 173.7 | |||||||
27 | 11 | 14.09 | 122.2 | 150.8 | 175.5 | |||||||
28 | 11 | 15.45 | 123.3 | 152.3 | 177.3 | |||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G3 | G3 | =F4 |
H3:K3 | H3 | =B3 |
G4 | G4 | =F4 |
H4:H8 | H4 | =(($B$4-$B$3)/$G3)+H3 |
I4:K8 | I4 | =((C$4-C$3)/$G4)+I3 |
G5 | G5 | =F4 |
G6 | G6 | =F4 |
G7 | G7 | =F4 |
G8:G9 | G8 | =F4 |
H9:K9 | H9 | =B4 |
G10 | G10 | =F5 |
H10:H16 | H10 | =(($B$5-$B$4)/$G9)+H9 |
I10:K16 | I10 | =((C$5-C$4)/$G10)+I9 |
G11 | G11 | =F5 |
G12 | G12 | =F5 |
G13 | G13 | =F5 |
G14 | G14 | =F5 |
G15 | G15 | =F5 |
G16:G17 | G16 | =F5 |
H17:K17 | H17 | =B5 |
G18 | G18 | =F6 |
H18:H23 | H18 | =(($B$6-$B$5)/$G17)+H17 |
I18:K23 | I18 | =((C$6-C$5)/$G18)+I17 |
G19 | G19 | =F6 |
G20 | G20 | =F6 |
G21 | G21 | =F6 |
G22 | G22 | =F6 |
G23:G24 | G23 | =F6 |
H24:K24 | H24 | =B6 |
G25 | G25 | =F7 |
H25:H28 | H25 | =(($B$7-$B$6)/$G24)+H24 |
I25:K28 | I25 | =((C$7-C$6)/$G25)+I24 |
G26 | G26 | =F7 |
G27 | G27 | =F7 |
G28 | G28 | =F7 |
F7:F13 | F7 | =ROUND(C7-C6,0) |