Hello,
I am trying to add in the formula select "LastRow" but can't get it work
Formula below works perfect look value in the C9
Sub FillArrayFormula()
Dim LastRow As Long
LastRow = Cells(Rows.Count, "DJ").End(xlUp).Row + 1
Range("DJ" & LastRow).FormulaArray =...