Forum Discussion
Deleted
Feb 06, 2020Implicit Intersection is ruining my formula
I have a formula which writes to a cell using a macro. The formula contains sumproducts in order to pull data from an external spreadsheet.
When I write the formula normally it works fine, however, it leaves links in the file which give you a pop-up warning when you open the file. I'd rather this wasn't there. So I have a macro write the formula in after a button click.
However, excel is adding the Implicit Intersection @ symbol everywhere I have a sumproduct, rendering them useless, and returning a #VALUE error.
Is there any way to stop excel adding these @'s in?