Hello all,
the following formular gives me a #circular reference mistake. Based on the below can anyone see already why this might be th case?
=IF(INDEX({Vertical}, MATCH([ERP Item Number]@row, {ERP Item Number}, 0)) = [CHECK Vertical]@row, "TRUE", INDEX({Vertical}, MATCH([ERP Item Number]@row, {ERP Item Number}, 0)))
Let me know if you need more context to identify what the mistake might be.
Many thanks,
Dennis