On cell A8 of one tab, I am running the following formula to extract data from another tab
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
=OFFSET(TECHDEVCOR!$B$8,0,0)<o></o>
<o> </o>
On cell A9, I have the following formula<o></o>
<o> </o>
=OFFSET(TECHDEVCOR!$B$8,0,1)<o></o>
<o> </o>
In subsequent cells, I’m looking to add columns in the same pattern as above. How can I do this dynamically? When I drag the formula down the column, the columns aren’t increasing. There has to be a way to automate this!<o></o>
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
=OFFSET(TECHDEVCOR!$B$8,0,0)<o></o>
<o> </o>
On cell A9, I have the following formula<o></o>
<o> </o>
=OFFSET(TECHDEVCOR!$B$8,0,1)<o></o>
<o> </o>
In subsequent cells, I’m looking to add columns in the same pattern as above. How can I do this dynamically? When I drag the formula down the column, the columns aren’t increasing. There has to be a way to automate this!<o></o>