Hi Barbara,
After all that, I don't understand what your formula is doing. I'm not sure
why you are referencing a range. The formula you show only return a single
value for viewing purposes so it might be better to use =T(D2) and just copy
that to the right.
Now lets go back to the question of how you enter that formula in cell A1 of
all the sheets. You really should learn these basic techniques, they are
very useful.
1. Select all the sheets you want the formula in. You can do that two ways
- if the sheet tabs are all adjacent you can use the Shift key, if the sheets
are not all adjacent you can use the Ctrl key.
a. For the Shift method click the sheet tab of the first sheet you want
formulas in. Hold down the Shift key and click the sheet tab of the last
sheet you want formulas in. Start type your formula such as =T( then
click on the sheet tab of the sheet where the cell (box) you want to
reference is and click that cell (box) and press Enter.
b. For the Ctrl method click the first sheet tab you want to have the
formula in. Hold down the Ctrl key and click, one at a time, all the other
sheets you want to include. Start type your formula such as =T( then click
on the sheet tab of the sheet where the cell (box) you want to reference is
and click that cell (box), D2, and press Enter.
You could type the whole formula once you have the sheets selected, rather
than pointing and clicking the sheet tab and then the cell (box). If the
cell (box) is in Sheet1 then the formula would be =T(Sheet1!D2)