Hi ,
I want to copy a specific column from one sheet to another sheet automatically.
e.g. I have sheet1 with column "Employee ID" . Now I want to copy "Employee ID" column from sheet1 to sheet2 "Employee ID" column.
I have used column formula as below: =INDEX({sheet1 Range 1}, MATCH([Employee ID]@row, {Employee ID}, 0))
I'm getting #CIRCULAR REFERENCE error . Could someone please help me how to copy specific column from sheet1 to sheet2.