I'm trying to pull information into a row depending of the information in another column from the same sheet but in the same row. So I made this formula, when It is in one cell I don't have problems but when I paste the formula in other cells o make a column formula I have the message "#CIRCULAR REFERENCE".
=IFERROR(IF([Group of projects]@row="Yes", IF(ISBLANK([Parent Job Number]@row), "", INDEX([Job Number]:[Job Number], MATCH([Parent Job Number]@row, [Job Number]:[Job Number], 0)))) ,"")