Help! I had this working then deleted the test lines and it deleted the formula also. Can anyone tell me what I'm missing here?
=IF([Request Type]@row = "D&E Contract Signed", ([D&E Amount]@row * 0.3), IF([Request Type]@row = "Project Contract Signed", ([Estimated/Final Project Total]@row * [Estimated/Final Margin]@row * 0.05)), IF([Request Type]@row = "Project Completed", ([Estimated/Final Project Total]@row * [Estimated/Final Margin]@row * 0.03)))