Hello,
Please can anyone help. And please forgive any errors in terminology.
I have stored two formulas as variables which I can see are correct on the Locals window. I now want to combine these two formulas together in another cell.
So far I have following but I cant seem to work out how to combine them..
Can anyone help?!
All help, as always is much appreciated.
Tom
Please can anyone help. And please forgive any errors in terminology.
I have stored two formulas as variables which I can see are correct on the Locals window. I now want to combine these two formulas together in another cell.
So far I have following but I cant seem to work out how to combine them..
Code:
F1 = Range("E1:E1000").Find("FTE's").Offset(1, 1).Formula
F2 = Range("E1:E1000").Find("FTE's").Offset(1, 2).Formula
Range("E1:E1000").Find("FTE's").Offset(0, 1).Formula = "=" & F1 + F2
Can anyone help?!
All help, as always is much appreciated.
Tom