Returning a value based on parsing info in another Smartsheet

I am trying to return a value from another smartsheet based on information from my current smartsheet...

I have a WBS number in my current sheet (Sheet A) that I am using as a reference point (ex. 1LO-150001234-P-15-01-09), and I am looking for the first 13 characters of that WBS number in a specific column of a different sheet (Sheet B) (ex. 1LO-150001234). If it finds a match to that number from Sheet A in Sheet B, I want it to return a value from a different column in that same row of Sheet B to a cell in Sheet A (ex. return the value of either a red, yellow, or green dot).

Add'l Info... It is likely that there will be multiple instances of finding a match on Sheet B, and that the corresponding values can be different (ex. three rows that match "1LO-150001234" and one is a green dot, one is a yellow dot and one is a red dot. If that happens I only want it to return the value of the worst case (ex. red if it exists anywhere, yellow if it exists anywhere, green if it exists anywhere, or blank if its blank).

Here is where I am right now with the formula, but I can't think of how to complete it... any help would be appreciated.

=IF(LEFT([Project Number]2, 13) = {ORBLE Range 1}, LARGE({ORBLE Range 2}, 1), "???")

Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!