Forum Discussion

Aleksiii's avatar
Aleksiii
Copper Contributor
Mar 27, 2023

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.

    • Aleksiii's avatar
      Aleksiii
      Copper Contributor
      Item 1 is defined as the whole row 1 in the sheet and item 2 is defined as row 2
      • Aleksiii's avatar
        Aleksiii
        Copper Contributor
        Then i get spill error in row 3 where the formula is. It is supposed to calculate the sum of the cells in row 1 and 2 in each column
  • Patrick2788's avatar
    Patrick2788
    Silver Contributor
    If you're working in a table, there's no spilling. Tables are scalar-based.

Resources