Dynamic Range

J

jlg5454

Hello,

Is there a way to create a Dynamic Range for data that runs through
Rows than in Columns? I found several ways to do this by columns
however not by rows.

Thanks,
 
B

Bernard Liengme

For a column (column A)
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)
So for a row (row 10)
OFFSET(Sheet1!$A$10,0,0,1,COUNTA(Sheet1!$10:$10))

Read Help to understand OFFSET
best wishes
 

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