Remove @ sign from UNIQUE formula

alibini

New Member
Joined
Mar 15, 2020
Messages
24
Office Version
  1. 365
Platform
  1. Windows
Hi Experts.

I have code in vba whereby I have a formula placed into a cell.

Eg
[A1] = "=UNIQUE(FILTER(Sheet1!$D:$D,(Sheet1!$AD:$AD=L11)*(Sheet1!$F:$F=""-"")*(Sheet1!$CG:$CG<>0)),,FALSE)"

The problem is that when vba puts the formula into cell A1, it adds an @ like this:

=@UNIQUE(FILTER(Sheet1!$D:$D,(Sheet1!$AD:$AD=L11)*(Sheet1!$F:$F="-")*(Sheet1!$CG:$CG<>0)),,FALSE)

This prevents the SPILL that I want.

Is there an easy solution here to post the formula and force non inclusion of the @ ?

THANKS :)
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
If you are using .Formula to assign the formula, you can change it to .Formula2.
 
Upvote 0
@alibini, if you are using Unique you can't be using Excel 2016. Can you please update your account profile to show the version you want suggested solutions to work on.
 
Upvote 0

Forum statistics

Threads
1,221,572
Messages
6,160,583
Members
451,656
Latest member
SBulinski1975

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