Offset help!

cegarbage

New Member
Joined
Mar 28, 2010
Messages
29
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-com:office:office" /><o:p> </o:p>
=OFFSET(TECHDEVCOR!$B$8,0,0)<o:p></o:p>
<o:p> </o:p>
On cell A9, I have the following formula<o:p></o:p>
<o:p> </o:p>
=OFFSET(TECHDEVCOR!$B$8,0,1)<o:p></o:p>
<o:p> </o:p>
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:p></o:p>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
=OFFSET(TECHDEVCOR!$B$8,0,0,COUNTIF(other tab A:A,">"""),1)<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
Countif should count how many rows are not blank in column A (hypothetically). this means there can be no blank rows between the start and end of the array A:A.
 
Upvote 0

Forum statistics

Threads
1,224,604
Messages
6,179,857
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top