I have a sheet with several formulas that need to be updated.
The old and new formulas are all the same, but with different reference cells in each.
Can I update them all at once?
Here are the first 3 examples, there are a lot more, which is why I don't want to do them individually.
Old formula examples.
=$K9+J16-MAX(J13+J15,J14)
=$K22+J29-MAX(J26+J28,J27)
=$K35+J42-MAX(J39+J41,J40)
Replacement formulas for each.
=$K9+($R9-$Q9)+J16-MAX(J13+J15,J14)
=$K22+($R22-$Q22)+J29-MAX(J26+J28,J27)
=$K35+($R35-$Q35)+J42-MAX(J39+J41,J40)
The old and new formulas are all the same, but with different reference cells in each.
Can I update them all at once?
Here are the first 3 examples, there are a lot more, which is why I don't want to do them individually.
Old formula examples.
=$K9+J16-MAX(J13+J15,J14)
=$K22+J29-MAX(J26+J28,J27)
=$K35+J42-MAX(J39+J41,J40)
Replacement formulas for each.
=$K9+($R9-$Q9)+J16-MAX(J13+J15,J14)
=$K22+($R22-$Q22)+J29-MAX(J26+J28,J27)
=$K35+($R35-$Q35)+J42-MAX(J39+J41,J40)