I am trying to create a column formula which automatically pulls data from a sheet called "Employee Details".
I will need to do this with data from several columns but I will focus on the "Employee Name" column here.
I have already created a cross sheet reference between both sheets in the Sheet Reference Manager.
In both the "Employee Details" sheet and the destination sheet there is a column called "Employee Name".
I want a scenario where when new employee data is inputted into the "Employee Details" sheet that the "Employee Name" generates into the second sheet automatically.
The formula I am using is below but I keep getting the #circular reference error.
=INDEX({Employee Details Range 1}, [Employee Name]@row)
Any solutions would be hugely appreciated.