A
Android
Thought I'd post the solution I finally used, which is a variation on your
suggestion.
To avoid using a hardcoded max row number, I used:
name_1 = OFFSET('DataSheet'!$A$2,0,0,COUNTA('DataSheet'!$A:$A)-1)
It appears to work.
If I understand OFFSET correctly, this selects rows 2 and counts down &
selects max # of rows (which includes row 1) minus 1.
Regards,
Android.
suggestion.
To avoid using a hardcoded max row number, I used:
name_1 = OFFSET('DataSheet'!$A$2,0,0,COUNTA('DataSheet'!$A:$A)-1)
It appears to work.
If I understand OFFSET correctly, this selects rows 2 and counts down &
selects max # of rows (which includes row 1) minus 1.
Regards,
Android.