I have a named cell called "Retail), and I am trying to create a dynamic range based off of this cell, called RetailRange. Here's what I have so far:
This copies the first row straight across but doesn't count downward any cells. I am pretty sure that I am missing the destination part of the COUNTA argument, but I can figure out what to put in to make it work. For intensive purposes I am trying to copy cell B46 to G46 and whatever length it needs to be down. Retail refers to A46. Its named becuase is may not be always be in cell A46 becuase there are other dynamic ranges above it. Thanks for the help.
Code:
=OFFSET(Retail,0,1,COUNTA(OFFSET(Retail,0,1,)),6)