kyddrivers
Board Regular
- Joined
- Mar 22, 2013
- Messages
- 64
- Office Version
- 365
- Platform
- Windows
I am pulling multiple columns into a new sheet. The first reference is in cell F16 (Sun!F16), and the next one is 10 columns to the right or P16 (Sun!P16). On the new sheet, I would like to write a formula in I2 that offsets the formula in B2 by 10 instead of having to manually do it and introduce human error across 42 rows of data. I hope that makes sense.
I have tried to do offset(indirect and I just keep getting errors. The
Thanks in advance!
I have tried to do offset(indirect and I just keep getting errors. The
Thanks in advance!
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2 | B2 | ='Sun'!F16 |
C2 | C2 | ='Mon'!F16 |
D2 | D2 | ='Tue'!F16 |
E2 | E2 | ='Wed'!F16 |
F2 | F2 | ='Thu'!F16 |
G2 | G2 | ='Fri'!F16 |
H2 | H2 | ='Sat'!F16 |
I2 | I2 | ='Sun'!P16 |
Last edited: