Forum Discussion
bartvana
Mar 25, 2022Iron Contributor
INDIRECT reference to dynamic table not working
This INDIRECT reference to a dynamic table column doesn't work, what's wrong?
It seems to resolve to the correct string?
Sample workbook attached.
5 Replies
Sort By
- Riny_van_EekelenPlatinum Contributor
- bartvanaIron Contributor
Riny_van_Eekelen Perfect, thank you!
- SergeiBaklanDiamond Contributor
As variant
=INDEX( XLOOKUP([@['#]]& " Action", Table1[#Headers], Table1), ROW()-ROW(Table1[#Headers]) )
which gives