I want to add the last row in the formula dynamically
I have the formula to copy a range
=FullOptionLists!$A$1:$Z$275
To get the last row. I have
MAX(ROW(A:Z)*(A:Z<>""))
How to combine them into a single formula
FullOptionLists'!$A$1:$Z$+MAX(ROW(A:Z)*(A:Z<>""))
I have also tried & in place of +
Thanks for any assistaance with this