Hi,
I have a few data tables that are references on different tabs like this:
“=INDEX(MyExample[VALUE],MATCH(A3,My Example[Example Code],0))”
My tab is called “My Example”
However when i inject data my new excel file becomes
=INDEX(‘My Example’!$B$2:$B$28,MATCH(A3,‘My Example’!$A$2:$A$28,0))
For reference this works with Version 23.0, as soon as i try to upgrade in breaks
Other info:
.net6
C#