Are the apostrophes only on the sheets with spaces in the sheet names?
Book2 | ||||
---|---|---|---|---|
A | B | |||
1 | A | ='Sheet 4'!A1 | ||
2 | 0 | =Sheet2!A1 | ||
3 | 0 | =Sheet1!A1 | ||
4 | 0 | ='aaa bbb'!A1 | ||
Sheet3 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A1 | A1 | ='Sheet 4'!A1 |
B1:B4 | B1 | =FORMULATEXT(A1) |
A2 | A2 | =Sheet2!A1 |
A3 | A3 | =Sheet1!A1 |
A4 | A4 | ='aaa bbb'!A1 |
That is a bit strange because that is what I expected (and does with my sheets)
Book2
A B 1 A ='Sheet 4'!A1 2 0 =Sheet2!A1 3 0 =Sheet1!A1 4 0 ='aaa bbb'!A1 Sheet3
Cell Formulas Range Formula A1 A1 ='Sheet 4'!A1 B1:B4 B1 =FORMULATEXT(A1) A2 A2 =Sheet2!A1 A3 A3 =Sheet1!A1 A4 A4 ='aaa bbb'!A1