I am basically looking for the equivalent of $ A: $ A for structured links in a table in Excel.
Let's say I have this formula:
=INDEX(tChoice,MATCH(OFFSET(tData[@[cm_sex]],-3,0),tChoice[name],0),3)
Basically, tData is a table full of raw data (many columns) taken from surveys (therefore, each column is a survey question, more or less). tChoice is a smaller table (just a few columns), I basically want to look in t Select the value of the raw data and return the label based on this (in the table of values-tables - tChoice).
I really want tData [@ [cm_sex]] to automatically increase when I apply the formulas in the cells on the left (so I look at all the columns of the source data), however I DO NOT want the tChoice [name] column to change: for example, the search column matching based on the original table data.
This is equivalent to writing, say, A: A (which will automatically increase to B: B, C: C, etc.) and $ A: $ A (which is not the case).
Is there an equivalent dollar sign for referencing structured tables?
PS: Of course, I can do other things, such as increasing everything than finding and replacing a range, with tchoice [*] replaced by tChoice [name] ... However, it would be cleaner and more efficient to have the proper naming for it. ...
Did not find it on the support pages ( https://support.office.com/en-us/article/Using-structured-references-with-Excel-tables-f5ed2452-2337-4f71-bed3-c8ae6d2b276e )
excel structured-references
Francky_V
source share