i'm trying to return the reference of the first value of a named list. For example
i have the list "names" which is from C5:C7.
C
5 Ben
6 John
7 Daniel
8
I have another worksheet which needs to use the cell address of the first name in the
named list "names". ie return "C5". How do i do this?
I Can use INDEX(names,1) to get the value of the first cell but i need the cell reference.
Bookmarks