white_flag
Active Member
- Joined
- Mar 17, 2010
- Messages
- 331
Hello
I like to add an dynamic table range via INSERT>>NAME>>DEFINE ...than I put the name "my_table". on the reference I add this:
but the table have all the time ONE extra row .. I like to delete that row from definition ..but How?
I like to add an dynamic table range via INSERT>>NAME>>DEFINE ...than I put the name "my_table". on the reference I add this:
Code:
=OFFSET(data!$D$5;0;0;COUNTA(data!$A:$A);COUNTA(data!$A:$A))
but the table have all the time ONE extra row .. I like to delete that row from definition ..but How?