Hi,
I'm trying to set up my lists in Name Manager to refer to all cells in a column that contain data. Here is what I've got so far:
=OFFSET(Values!$A$2, 0, 0, COUNTA(Values!$A:$A),1)
This works apart from the problem that it displays one empty value beneath the choices in the drop down list. What am I doing wrong?
Bookmarks