Forum Discussion
VarunAgw
Jun 12, 2022Copper Contributor
Can't use XLOOKUP/VLOOKUP in a table in MS Excel
=XLOOKUP(A2, INDEX7[SYMBOL], INDEX7[[INSTRUMENT]:[2013%]])
This is my formula. INDEX7 is the name of the table.
This works fine in a range. But when I convert the range to a table, it stops working (even though it fits the row). And I get a "#SPILL!" error.
Any idea what I can do alternatively?
2 Replies
- Riny_van_EekelenPlatinum Contributor
VarunAgw Indeed, you can not use dynamic array formulas inside a structured table. You need to write the formulas separately. One for each column or, as you already have discovered, work in a regular range.
- VarunAgwCopper ContributorDidn't realize that it allows individual formula for each cell 😄