Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Need help. Add more condition into formular

image.png

Hi experts, seeking for advice.

Currently, I did a formular to do as below:

if problematic = No, Dropship = No, transition duration <2, it will be on time, or else, missed.

if problematic = No, Dropship = Yes, transition duration <4, it will be on time, or else, missed.

I am trying to add:

if problematic = Yes. no matter what is other condition, the answer need to be ontime.

I am trying to build the formular. But i am stuck. Seek for advice.

Thank you.

Best Answer

  • ✭✭✭
    Answer ✓

    Hi @Stacy Teh, Please try the below formula and let me know if it works for you.

    =IF(Problematic@row = "Yes", "Ontime", IF(Dropship@row = "No", IF([Transaction duration]@row < 2, "Ontime", "Missed"), IF(Dropship@row = "Yes", IF([Transaction duration]@row < 4, "Ontime", "Missed"))))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions