I'm trying to include the empty cells that are in my dynamic range. For example,
A (A1)
Blank (A2)
B (A3)
Blank (A4)
C (A5)
Blank (A6)
I use the formula =OFFSET(Sheet1!A1,,,COUNTA(Sheet1!A:A),) which looks at the entire column and returns 3 and so the dynamic range only runs to A3, how can I rewrite the formula so it'll include all the way to A5 (Not A6 because A5 is the last cell with text/number in it)
A (A1)
Blank (A2)
B (A3)
Blank (A4)
C (A5)
Blank (A6)
I use the formula =OFFSET(Sheet1!A1,,,COUNTA(Sheet1!A:A),) which looks at the entire column and returns 3 and so the dynamic range only runs to A3, how can I rewrite the formula so it'll include all the way to A5 (Not A6 because A5 is the last cell with text/number in it)