i've got a macro that imports data to some fields, and then rearranges 2 of the columns. Next to the data fields, I'm using a concatenate function to combine 2 of the fields, however, when the macro cuts and inserts the column, it changes the reference cell for the concatenate function.
So - the cell is "concatenate(a1,b1)" - but after I cut column d and re-insert it between columns A and B, the cell becomes "concatenate(a1,c1)".
It even does this if I make the cells absoute references (i.e. concatenate($a$1,$b$1)")
Any simple way to keep the cell reference absolute?
Thanks
Ethan Altaratz
So - the cell is "concatenate(a1,b1)" - but after I cut column d and re-insert it between columns A and B, the cell becomes "concatenate(a1,c1)".
It even does this if I make the cells absoute references (i.e. concatenate($a$1,$b$1)")
Any simple way to keep the cell reference absolute?
Thanks
Ethan Altaratz