Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

What does the [@[bar foo]] operator do in Excel, in particular the at sign?

Writer Matthew Martinez

I've seen someone construct what seemed like cell references in Excel that looked like

=[@[column title]]*someothercell

What is this feature called, are the rectangular brackets and the at sign independent or do they belong together? How does it work precisely?

I've googled around for a while and tried by hand in Excel, but couldn't get it to work.

1 Answer

The square brackets are used for structured references, which make it easier to reference data in named tables (which you can create by going to Insert → Table).

The @ is new notation in Excel 2010 replacing [#This Row] from Excel 2007. The at symbol is used to shorten formulas inside named tables referencing cells in the same row.

The inner square brackets are only needed because your bar foo table heading contains a space.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy