Dynamic Range

  • Thread starter Thread starter jlg5454
  • Start date Start date
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,
 
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
 
Back
Top