Hi all, I'm facing a recurring problem. It's not fundamental but rather annoying: I'm setting some calculations on columns on workbooks using 'set column values' for example =col(V) - 3*col(Q)
However, let us imagine that I want to insert a column between R and S. This will shift all the names of the columns after R and my previous equation will then point to another column with other values. The only solution is to change all the columns equation by hand to point to the correct column, but it is very time consuming. Do you have any idea on how to do it more quickly ?