Hello Everyone
I am finding a way to fit a new argument
this is my current formula:
=IF(ISBLANK([Logistics Validation]1), "New", IF([Logistics Validation]1 = "invalid", "Closed", IF(AND(ISTEXT([Logistics Personnel - Assigned]1), [Logistics Validation]1 = "Valid"), "In-Progress")))
need to add this arguments,
- logistics validation = "valid"+ logistics personnel assigned (istext) + logistics provider ( istext) = "Assigned"
- logistics validation = "valid"+ logistics personnel assigned (istext) + logistics provider ( istext) +3pl responses (istext) ="re-open"
- logistics validation = "valid"+ logistics personnel assigned (istext) + logistics provider ( istext) +3pl responses (istext) + corrective action(istext)+resolution(istext) = "closed"
i am currently stuck on my formula above and can no longer proceed to add the last 3 arguments.
thank you for your assistance