Thank you in advance for your help. I actually worked with Smaartsheet's AI Help to generate and work through the formula. I have checked it twice and still get the same error message. Here is the formula:
=IF(AND([Tester ID]@row = {DE2ET Tester ID}, [Scenario ID]@row = {DE2ET Scenario ID}, {DE2ETDefectProgressDefectRetest} = "Defect Retest"), "Defect Retest", "")
I have 2 sheet. Both have the same columns: Tester ID, Scenario ID and Defect Progress. If Tester ID and Scenario ID match and Defect Progress on the Defect Tracking sheet changes to Defect Retest, I want the Defect Progress on the Tester Scenario Sheet to be Defect Retest.
Any suggestions?