I have two columns, both Contact List but not enforced. Requestor Name comes in with a new request from a form and can be an email or contact. Project Owner is not updated for these entries. We also enter rows in different ways, and will assign a Requestor Name from contact list.
I'd like to create a formula which copies Requestor Name to Project Owner but only when Project Owner is blank.
AI generated formula: =IF(ISBLANK([Project Owner]@row), [Requestor Name]@row, [Project Owner]@row).
When I put the formula in the Project Owner cell, it returns a #circular error.
If I create a new column (Test) and put the formula in that cell, the formula works, but the Requestor Name is now copied into the Test cell.
I cannot seem to get the formula to work in the Project Owner column. Thanks for your help.