Phosphonothioic
Board Regular
- Joined
- Sep 27, 2009
- Messages
- 194
Hopefully I can explain this clearly...
In Sheet1, I have values in columns A1,B1,C1,D1 etc...
In Sheet2, I want to call on those values, but here's my problem:
I need Sheet2(A1) to call Sheet1(A1)...easy enough.
But then I need Sheet2(E1) to call Sheet1(B1)...
And Sheet2(I1) to call Sheet1(C1)...
and so on down the line. Sheet2 increments by 4 cells each time.
So I'm thinking I need to use OFFSET here in some capacity, but I can't get the column criteria to do what I need it to do.
I need something that I can drag across the sheet so I don't have to do every 4th column manually in Sheet2.
Hope I got that across clearly enough. Thanks in advance for your help!
In Sheet1, I have values in columns A1,B1,C1,D1 etc...
In Sheet2, I want to call on those values, but here's my problem:
I need Sheet2(A1) to call Sheet1(A1)...easy enough.
But then I need Sheet2(E1) to call Sheet1(B1)...
And Sheet2(I1) to call Sheet1(C1)...
and so on down the line. Sheet2 increments by 4 cells each time.
So I'm thinking I need to use OFFSET here in some capacity, but I can't get the column criteria to do what I need it to do.
I need something that I can drag across the sheet so I don't have to do every 4th column manually in Sheet2.
Hope I got that across clearly enough. Thanks in advance for your help!