What's the formula for your dynamic range? [nt]
:I may have misstated, the "if" statement is within the column of data the dynamic range refrences.
dynamic range formula =
=OFFSET(data!$AG$11,0,0,COUNTA(data!$AE$11:$AE$953),1)
It refrences a column with an if statemnt that returns "" if the extrenal data source returns nothing and (x)+1 when the data source returns a value.
example
AD23 = 02/16/2002
AD24 = ""
X = cell ae23 (date value)02/16/2002
Cell AE24 = ""
the problem is the dynamic range is counting the "" as a value and extending the range to wherever the formula stops.
Is the a way to specify the counta function perhaps with using a refrenced cell(within the offset formula) in the worksheet that does a count of real numbers in the range ?
I may have misstated the problem, the "if" statement is within the column of data the dynamic range refrences.
dynamic range formula =
=OFFSET(data!$AG$11,0,0,COUNTA(data!$AE$11:$AE$953),1)
It refrences a column with an if statemnt that returns "" if the extrenal data source returns nothing and (x)+1 when the data source returns a value.
example
AD23 = 02/16/2002
AD24 = ""
X = cell ae23 (date value)02/16/2002
Cell AE24 = ""
the problem is the dynamic range is counting the "" as a value and extending the range to wherever the formula stops.
Is the a way to specify the counta function perhaps with using a refrenced cell(within the offset formula) in the worksheet that does a count of real numbers in the range ?