Getting #incorrect argument on IF formula

Corrina Hansen
Corrina Hansen ✭✭✭
edited 12/02/22 in Formulas and Functions

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)))

Tags:

Answers

  • Dan W
    Dan W ✭✭✭✭✭

    Try This

    =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)))

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!