I am trying to create a dynamic range that expands with new columns added. I created a defined name called ("DynamicCompList") and the range for this is D7:R57. When I enter information into S7, I want the range to expand to D7:S57. My data in the range has some blanks that need to stay. I tried to refer my defined range to this formula but I couldn't get it right:
=OFFSET($D$7,0,0,COUNTA($7:$7),17)
Also, I set my width to 17 because that how many columns I have currently but I have a feeling this will be an issue because as the range increase, the width should also increase since the dynamic range increases by columns.
Any ideas?
=OFFSET($D$7,0,0,COUNTA($7:$7),17)
Also, I set my width to 17 because that how many columns I have currently but I have a feeling this will be an issue because as the range increase, the width should also increase since the dynamic range increases by columns.
Any ideas?