It’s not really clear what you mean by “select”.
The tools used for defining and managing “named ranges” in fact also work with named expressions, and such a named expression doesn’t necessarily need to have a result that can be returned to a cell.
Not used by many users every day there are (e.g.) expressions using the infix operators working with references (intersection !
and concatenation ~
of references). They return a Reference
in the firts case, and a ReferenceList
in the second case. However, there are only specific functions accepting such results as parameters, and the NameBox
doesn’t accept them for selection.
The last mentioned usage of results calculated from references wouldn’t cause conflicts, imo. You may file an enhancement bug suggesting to allow for that. I wouldn’t expect much support for it.