Hi,
I have below VB formulas and I need to turn each formula to value, can anyone advise how?
Range("AA18:AA42").Formula = "=IFERROR(1-(AD18/AC18),IFERROR(1-(AD18/AC18)," & Chr(34) & Chr(34) & "))"Range("AB18:AB42").Formula = "=IFERROR(AD18/AC18,"""")"
Range("Z18:Z42").FormulaR1C1 =...