I'll simplify this for example sake
I have a formula in column B which is Ax + 2,
e.g. in B1, it's A1 + 2 in B2, it's A2 + 2
I want to make a formula in column Y which mirrors whatever formula is in column B at all times but replaces the A in the formula with a X.
e.g. in Y1, it's X1 + 2 in Y2, it's X2 + 2
No matter what happens to the formula in column B, I want the formula in Y to reflect those changes.
Effectively, if I could do something akin to =B1.formula.replace("A","X") then that would do the job.
Can this be done in the formula bar at the top or will it need to be done via a macro?
Thanks