i have this formula in VBA:
ActiveCell.FormulaR1C1 = "=IF(OR(A2=""ETG_C"",A2=""ETGC""),C2,""na"")"
when i look at the activecell it actually returns this formula:
=IF(OR('A2'="ETG_C",'A2'="ETGC"),$B:$B,"na")
how do i force it to adhere to the first formula?