I'd like to be able to write robust lookups which don't rely on a fixed column reference to return from a cross-sheet link.
For example, I'd like to do a lookup on a row value (@row) in "ID Number" and bring back the value from another sheet e.g. "Project Name" where the ID number matches BUT specify that I want to retrieve the value from the column with the same name as the column I am retrieving the value in.
We do this in Excel using index and match, of course the header fields are typically in row 1 and so can be matched to.
I realise I can recreate the field names in row one and possibly even hide that row, but it's a bit of a workaround and would rule out column formulas.
Any advice welcome, thanks in advance.