My sheet requests dates at certain milestones which should change a status from 1-10. My formula is not working and I think it is likely a syntax problem. Can someone assist please?
=IF([10. Date of Closeout (Kayla)]@row,"10",IF([9. Date Invoice Received (PM)]@row,"9",IF([8. Date RR is Received (PM)]@row,"8",IF([7. Delivery Date/ POP End Date (David/Kayla)]@row,"7",IF([6. Date Awarded]@row,"6",IF([5. Date Acquisition Package Submitted (PM)]@row,"5",IF([4. Date PR Approved (Kayla)]@row,"4", IF([3. RWA Acceptance Date (PM/Kayla)]@row,"3",IF([2. IGE Entered in RETA (PM)]@row,"2",IF([1. Project Assigned to PM (Kayla)]@row,"1",))))))))))