Forum Discussion
Aleksiii
Mar 27, 2023Copper Contributor
How to make Excel formulas with name references work without Implicit intersection operator_ @
Currently the formula looks like =@item1 + @item2, and i want it to work when i just write =item1 + item2. But when i remove the @-sign from the formula, i get #SPILL error. How to fix in settings so that it always works without the @-signs?
Would appreciate any help.
How are item1 and item2 defined?
- Patrick2788Silver ContributorIf you're working in a table, there's no spilling. Tables are scalar-based.