I have a spread sheet where I'm trying to get a calculation of a sum of two cells where their data is referenced from two other sheets. And I'm getting 0 as a result.
What I'm trying to do is:
in cell R10, I want R10 to =SUM(O10:O11). It should =80 but it's not. Formatting is the same on all the cells.
Those two cells are referencing two other sheets. Not sure if that matters.
Cell O10 ='Week (1)'!I22
Cell O11 ='Week (2)'!I22
I may need a little guidance as to why that is not calculating properly.
What I'm trying to do is:
in cell R10, I want R10 to =SUM(O10:O11). It should =80 but it's not. Formatting is the same on all the cells.
Those two cells are referencing two other sheets. Not sure if that matters.
Cell O10 ='Week (1)'!I22
Cell O11 ='Week (2)'!I22
I may need a little guidance as to why that is not calculating properly.
Timecard (sum error).xlsx | |||||||
---|---|---|---|---|---|---|---|
O | P | Q | R | S | |||
10 | 40.00 | 40.00 | $0.00 | 0.00 | 80.00 | ||
11 | 40.00 | 40.00 | |||||
12 | 40.00 | 40.00 | $0.00 | 0.00 | 80.00 | ||
13 | 40.00 | 40.00 | |||||
14 | 40.00 | 40.00 | $0.00 | 0.00 | 80.00 | ||
15 | 40.00 | 40.00 | |||||
16 | 0.00 | 0.00 | $0.00 | 0.00 | 0.00 | ||
17 | 0.00 | 0.00 | |||||
18 | 0.00 | 0.00 | $0.00 | 0.00 | 0.00 | ||
19 | 0.00 | 0.00 | |||||
Schedule - Summary |
Cell Formulas | ||
---|---|---|
Range | Formula | |
O10 | O10 | ='Week (1)'!I22 |
P10 | P10 | ='Week (1)'!I23 |
Q18:S18,Q16:S16,Q14:S14,Q12:S12,Q10:S10 | Q10 | =SUM(N10:N11) |
O11 | O11 | ='Week (2)'!I22 |
P11 | P11 | ='Week (2)'!I23 |
O12 | O12 | ='Week (3)'!I22 |
P12 | P12 | ='Week (3)'!I23 |
O13 | O13 | ='Week (4)'!$I$22 |
P13 | P13 | ='Week (4)'!I23 |
O14 | O14 | ='Week (5)'!$I$22 |
P14 | P14 | ='Week (5)'!I23 |
O15 | O15 | ='Week (6)'!$I$22 |
P15 | P15 | ='Week (6)'!I23 |
O16 | O16 | ='Week (7)'!$I$22 |
P16 | P16 | ='Week (7)'!I23 |
O17 | O17 | ='Week (8)'!$I$22 |
P17 | P17 | ='Week (8)'!I23 |
O18 | O18 | ='Week (9)'!$I$22 |
P18 | P18 | ='Week (9)'!I23 |
O19 | O19 | ='Week (10)'!$I$22 |
P19 | P19 | ='Week (10)'!I23 |