Formula help

Best Answer

  • MarieM
    MarieM ✭✭✭
    Answer ✓

    Thank you @Paul Newcome !! This formula worked great to extract the middle status (vet):

    =MID([Review Action]@row, FIND("/", SUBSTITUTE([Review Action]@row, ">", "/", 1)) + 1, FIND(" ", [Review Action]@row, FIND("/", SUBSTITUTE([Review Action]@row, ">", "/", 1)) + 2) - (FIND("/", SUBSTITUTE([Review Action]@row, ">", "/", 1)) + 1))

    But the other formula isn't working to extract the first, admin status, in the example below, the it would be the "Reviewing"

    "Reviewing - A. Smith<br/>Rejected - B. Smith<br/>Accepted - C. Smith"

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!