We get this error while trying to copy this formula ("= vlookup (@ [Role]; Table2; 2; FALSE)") to a new row.
In VS (debug mode) the formula is copied as "= VLOOKUP (Table[Role]; Table2; 2; FALSE)" ("Table" is the name of the table where the formula is located).
I don't understand why I get a range where the implicit interceptor should define a single value. I don't even understand the error: "Syncfusion.XlsIO.Implementation.Exceptions.ParseException: Table[Role] is not a valid named range". Table[Role] is actually a range.