When I try to make a defined name (Formulas > Defined Name > Name Manager > etc.) representing the local or same row in a table, e.g. =[@[TableColumnName]], Excel won't let me, says "The syntax of the name isn't correct."
I know by trial and error that the issue is my Refers To box and not the Name of the Defined Name (as the error message quoted above implies).
However, I need to include a reference to fields in the same table row as the current in a Defined Name, to shorten my formulas. What's the best way? Is there an alternative notation?
Why? I'm trying to shorten my Excel Array Formulas to < 255 characters, so they can be placed programmatically in VBA with the Range.FormulaArray.