Dymanics ranges in excel

R

riflemex

Hi everyone .. i´m newbie in excel, and i can´t find a function t
create a dynamic range function to a table, so i can insert new rows o
it and take those rows and do something to it.

I hope somebody can help me, there´re only a problem, my excel is i
spanish, so english functions don´t work

Thanks everyone!!!

P.D. - Sorry about my poor english, im from mexic
 
A

Arvi Laanemets

Hi

With 5-column table having header row in row 1, and with column A as one for
checking:
=OFFSET($A$2,,,COUNTIF($A:$A,"<>")-1,5)

Dynamic range for column C, without header, and column A as one for
checking:
=OFFSET($C$1,,,COUNTIF($A:$A,"<>"),1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top