clumzyfish
New Member
- Joined
- Oct 6, 2009
- Messages
- 29
I'm trying to create a dynamic range using the a similar formula to the following - =OFFSET(Data!$A$1,0,0,COUNTA(Data!$A:$A),2)
In the A column, is a list of formulas that either result in the showing a number or the text BLANK. Is there a way to make the dynamic range only to display the cells up to the text BLANK?
I tried using COUNTIF(DATA!$A:$A,"<>*BLANK*"), but it's still selecting the whole column for the range.
In the A column, is a list of formulas that either result in the showing a number or the text BLANK. Is there a way to make the dynamic range only to display the cells up to the text BLANK?
I tried using COUNTIF(DATA!$A:$A,"<>*BLANK*"), but it's still selecting the whole column for the range.