Hello,
I am brand new to the board "officially". I have browsed many, many times and found such helpful information. There are some real experts on this forum.
I am stuck getting this formula to work properly. My apologies if this is already addressed somewhere....
I want to create Dynamic Ranges that expand and contract with changing source data that I drive a series of pivots from (expanding rows and columns).
There may be instances where there is a blank cell in the row and I need to ensure the range sees any data appearing after that. I have tried to substitute my COUNTA with MATCH, but I can get the syntax correct.
The formula below works, but stops at blanks.
=OFFSET(DataA!$A$1,0,0,COUNTA(DataA!$A:$A),COUNTA(DataA!$1:$1))
(DataA is what I name the worksheet and range)
Any suggestions?
Regards,
Liz
I am brand new to the board "officially". I have browsed many, many times and found such helpful information. There are some real experts on this forum.
I am stuck getting this formula to work properly. My apologies if this is already addressed somewhere....
I want to create Dynamic Ranges that expand and contract with changing source data that I drive a series of pivots from (expanding rows and columns).
There may be instances where there is a blank cell in the row and I need to ensure the range sees any data appearing after that. I have tried to substitute my COUNTA with MATCH, but I can get the syntax correct.
The formula below works, but stops at blanks.
=OFFSET(DataA!$A$1,0,0,COUNTA(DataA!$A:$A),COUNTA(DataA!$1:$1))
(DataA is what I name the worksheet and range)
Any suggestions?
Regards,
Liz