Hello,
I'm trying to do a lookup that will reference different tabs in spreadsheet. Currently i only have 1 tab in the spreadsheet but it will have multiple. On the Variance v2 tab, i want cell B7 to lookup at the "3+9" which will be the same name of the other tab. I want it to go to 1Q23 column in tab 3+9 and find the cells in the formula i currently have and perform that calculation. Next month when i have a 4+8 tab, i want it to look at that. I'll have to create a drop down in B2 i know that. Any help will be appreciated
Thank you!
I'm trying to do a lookup that will reference different tabs in spreadsheet. Currently i only have 1 tab in the spreadsheet but it will have multiple. On the Variance v2 tab, i want cell B7 to lookup at the "3+9" which will be the same name of the other tab. I want it to go to 1Q23 column in tab 3+9 and find the cells in the formula i currently have and perform that calculation. Next month when i have a 4+8 tab, i want it to look at that. I'll have to create a drop down in B2 i know that. Any help will be appreciated
Thank you!
Book3 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | ||||||||
2 | 3+9 | |||||||
3 | Income Statement | 1Q23 | 2Q23 | 3Q23 | 4Q23 | FY23 | ||
4 | ||||||||
5 | Revenue: | |||||||
6 | ||||||||
7 | Building A | 0.4 | 0.4 | 0.5 | 0.7 | 2.0 | ||
8 | ||||||||
9 | Total Revenue | 0.4 | 0.4 | 0.5 | 0.7 | 2.0 | ||
10 | ||||||||
11 | Operating Expense: | |||||||
12 | ||||||||
13 | Building A | 0.4 | 0.4 | 0.3 | 0.4 | 1.6 | ||
14 | ||||||||
15 | Total Operating Expense | 0.4 | 0.4 | 0.3 | 0.4 | 1.6 | ||
16 | ||||||||
17 | Adjusted EBITDA | 0.0 | (0.0) | 0.2 | 0.2 | 0.4 | ||
Variance v2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B7:F7 | B7 | =('3+9'!S31+'3+9'!S50)/1000000 |
B9:F9,B15:F15 | B9 | =SUM(B7:B8) |
B13:F13 | B13 | =('3+9'!S46+'3+9'!S54)/1000000 |
B17:F17 | B17 | =B9-B15 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
S4:S15,S56,S54,S52,S50,S48,S33:S44,S31,S29,S23:S27,S19 | S4 | =SUM(G4:I4) |
T4:T15,T56,T54,T52,T50,T48,T33:T44,T31,T29,T23:T27,T19 | T4 | =SUM(J4:L4) |
U4:U15,U56,U54,U52,U50,U48,U33:U44,U31,U29,U23:U27,U19 | U4 | =SUM(M4:O4) |
V4:V15,V56,V54,V52,V50,V48,V33:V44,V31,V29,V23:V27,V19 | V4 | =SUM(P4:R4) |
W4:W15,W56,W54,W52,W50,W48,W33:W44,W31,W29,W23:W27,W19 | W4 | =SUM(S4:V4) |
S17:W17 | S17 | =+SUM(S4:S15) |
S21:W21 | S21 | =SUM(S17:S19) |
S46:W46 | S46 | =SUM(S33:S44) |