Hi all,
I have created a dynamic range that expands vertically in the same column.
=OFFSET(B1,0,0,1,COUNTA(1:1))
My data starts and B1 (Sheet1) and currently ends in CU1, but I keep adding new data to the first row. This formula works well in Sheet1.
My issue is that I would like to move the drop-down box with this dynamic range to another sheet (Sheet2).
When I try do do this using the same formula =OFFSET(Sheet1!B1,0,0,1,COUNTA(1:1)), it says that "The Source currently evaluates to an error. Do you want to continue?"
Can anyone tell me what I'm doing wrong here please?
Thanks.
I have created a dynamic range that expands vertically in the same column.
=OFFSET(B1,0,0,1,COUNTA(1:1))
My data starts and B1 (Sheet1) and currently ends in CU1, but I keep adding new data to the first row. This formula works well in Sheet1.
My issue is that I would like to move the drop-down box with this dynamic range to another sheet (Sheet2).
When I try do do this using the same formula =OFFSET(Sheet1!B1,0,0,1,COUNTA(1:1)), it says that "The Source currently evaluates to an error. Do you want to continue?"
Can anyone tell me what I'm doing wrong here please?
Thanks.