At (@) notation inconsistent?

JenniferMurphy

Well-known Member
Joined
Jul 23, 2011
Messages
2,531
Office Version
  1. 365
Platform
  1. Windows
I have been using the @ notation a lot since it was suggested to me here. It has made a lot of things easier.

I just encountered a situation where it does not appear to. Can anyone help me understand what is going on?.

In this table, I assigned the name "Values" to the range D8:D12, the literal values). When I tried access that range using the @ notation (@Values), which I thought would resolve to the value ij the cell in that range that is on the same row. It works in some situations, but not in others.

1630785128362.png


In Column E, I use @Values to get the member of the named range that is on the same row. The formulas are shown in Column H. It works perfectly.

Columns F & G should return the same values, but they don't. In F, I use @Values, which fails. In G, I use a cell reference. It works.

What is going on? What am I doing wrong?
 
If Values was a single cell (in this case D8) & xl evaluate @VALUE before anything else, then using this formula =@Values:D$12 would create a spill range, rather than using the implicit intersection.
But Values is not a single cell. And even if it were, then I would expect a error if the formula referencing it was not on the same row.

I don't really understand spill. I guess I need to study it more.
 
Upvote 0

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top