i try to use use VBA as below but not work, can someone help me to fix it.
how we can use "</ >" with variable
numyear = Range("B3").Value
tillww = Range("D2").Value
ActiveCell.FormulaR1C1 = "=SUMIFS(C[-8],C[-4],RC[-1],C[-15]," & numyear & "C[-7], ""<= "" & tillww & ")"
Thank you