Ampersands Appearing in Formulas

Justinian

Well-known Member
Joined
Aug 9, 2009
Messages
1,557
Office Version
  1. 365
Platform
  1. Windows
I have recently been experiencing something I have not seen in my fifteen years of working with Excel: @ signs are appearing in my workbooks formulas directly after the = sign. For example:

[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=@IF(COUNTA(C6:AG6)=0,"",IF(COUNTIF(C6:AG6,"?*"),SUM(IF(LEFT(C6:AG6&"|",2)="S|",8,IF(1-(C6:AG6=""),IF(LEFT(C6:AG6)="S",REPLACE(C6:AG6,1,1,"")+0))))))

Why are ampersands being inserted into my formulas?
[/FONT]
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi there. The @ is new notation in Excel 2010 and onwards replacing [#This Row] from Excel 2007. It is used to shorten formulas inside named tables referencing cells in the same row. It is also (I think) a compatibility option with lotus 123.

PS Its an 'at symbol' not ampersand(&).
 
Last edited:
Upvote 0
When the @ symbol appears before a function, it's because the function uses implicit intersection, and this doesn't fit with the new dynamic array formulas (@ is actually a replacement for the briefly introduced SINGLE function).
 
Upvote 0
Weird. I have been using this version of Excel for a few months now but only in the last two or three weeks did these @ symbols start appearing. Why is that?
 
Upvote 0
It's new functionality and it gets rolled out gradually, depending on what update channel you're on.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,752
Members
448,989
Latest member
mariah3

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