I have a list of formulas getting data from sheet two.
='Sheet2'!M10
='Sheet2'!M16
='Sheet2'!M72
='Sheet2'!M74
='Sheet2'!M56
I want to fill to the right so the next column is
='Sheet2'!R10
='Sheet2'!R16
='Sheet2'!R72
='Sheet2'!R74
='Sheet2'!R56
and the next column is
='Sheet2'!W10
='Sheet2'!W16
='Sheet2'!W72
='Sheet2'!W74
='Sheet2'!W56
and so on, skipping the same number of columns each time.
All I can get it to give me when I fill is
='Sheet2'!N10
='Sheet2'!N16
='Sheet2'!N72
='Sheet2'!N74
='Sheet2'!N56
and
='Sheet2'!O10
='Sheet2'!O16
='Sheet2'!O72
='Sheet2'!O74
='Sheet2'!O56
Which is not what a want. How do I get fill to change the sheet2 column that it's referencing into (M, R, W, AB, AG, AL etc.) instead of (M, N, O, P, Q, R etc.) as I fill to the right?
='Sheet2'!M10
='Sheet2'!M16
='Sheet2'!M72
='Sheet2'!M74
='Sheet2'!M56
I want to fill to the right so the next column is
='Sheet2'!R10
='Sheet2'!R16
='Sheet2'!R72
='Sheet2'!R74
='Sheet2'!R56
and the next column is
='Sheet2'!W10
='Sheet2'!W16
='Sheet2'!W72
='Sheet2'!W74
='Sheet2'!W56
and so on, skipping the same number of columns each time.
All I can get it to give me when I fill is
='Sheet2'!N10
='Sheet2'!N16
='Sheet2'!N72
='Sheet2'!N74
='Sheet2'!N56
and
='Sheet2'!O10
='Sheet2'!O16
='Sheet2'!O72
='Sheet2'!O74
='Sheet2'!O56
Which is not what a want. How do I get fill to change the sheet2 column that it's referencing into (M, R, W, AB, AG, AL etc.) instead of (M, N, O, P, Q, R etc.) as I fill to the right?