Hi Brian trust
I have added added a column with a column formulas - the formula is working and giving me the text i need BUT when I go to control centre to add and run a global update it gives me a syntax error on the test run
=IF(NOT(ISBLANK([External Contact]@row)), [Project ID]@row + ", " + [Project Name]@row + ", " + Parent@row + ", " + [Task Name]@row, "")
so basically it is when My external contact is not blank join 3 other column cells together