Dim strName As String
strName = "+2*SUMIF('Lvl 51,54'!C32:C180;$C42;'Lvl 51,54'!D32:D180)"
ActiveCell.Formula = ActiveCell.Formula + strName
Asked
Active
Viewed 19 times
0

Scott Craner
- 148,073
- 10
- 49
- 81
-
You need to use `.FormulaLocal` or change the formula separator to `,` from `;`. – BigBen Sep 16 '22 at 17:28
-
OMG thank you. That was the issue – Javier Rodriguez Sep 16 '22 at 17:44