Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Dynamic Ranges Adding Extra Row

6 views
Skip to first unread message

KeriM

unread,
May 16, 2013, 1:16:30 PM5/16/13
to

I'm trying to set up dynamic ranges (with mixed text/numeric data) using
the following base formula:

=OFFSET($A$1,0,0,COUNTA($A:$A),1)

I have a header in the first row, so I want to start my range an A2.
When I change the first reference to $A$2; however, the range goes one
more row than it needs to. I've also tried to set the row offset to 1
and it still adds the extra row. Does anyone have any suggestions?
Thanks!




--
KeriM

Claus Busch

unread,
May 16, 2013, 1:56:02 PM5/16/13
to
Hi Keri,

Am Thu, 16 May 2013 18:16:30 +0100 schrieb KeriM:

> I'm trying to set up dynamic ranges (with mixed text/numeric data) using
> the following base formula:
>
> =OFFSET($A$1,0,0,COUNTA($A:$A),1)

try:
=OFFSET($A$1,1,,COUNTA($A:$A)-1)


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2

KeriM

unread,
May 16, 2013, 2:52:33 PM5/16/13
to

Claus Busch;1611880 Wrote:
>
> try:
> =OFFSET($A$1,1,,COUNTA($A:$A)-1)

Thank you! That solved it! :)




--
KeriM
0 new messages