Hi everyone,
Is it possible to add a formula prefix to multiple existing formulas? I have 500 unique formulas that I want to add ROUND to without manually typing it in.
Example:
Existing formulas:
A1 =B1+B2
A2 = B75-B73
A3 = R1-R2+R7
Want:
A1 = ROUND(B1+B2,1)
A2 = ROUND(B75-B73,1)
A3 = ROUND(R1-R2+R7,1)
Thanks!
Is it possible to add a formula prefix to multiple existing formulas? I have 500 unique formulas that I want to add ROUND to without manually typing it in.
Example:
Existing formulas:
A1 =B1+B2
A2 = B75-B73
A3 = R1-R2+R7
Want:
A1 = ROUND(B1+B2,1)
A2 = ROUND(B75-B73,1)
A3 = ROUND(R1-R2+R7,1)
Thanks!