Hello,
I need a formula that evaluates "current field" based on its 1st *AND 1st two digits below. For example if current field starts with 2 then I want B, if it starts with 51 then C and if it starts with 52 then C. Is there a way to do it using 1 tool or do I have to use multiple tools/actions to address this?
| Current Field | Condition | Result |
| 2122 | Starts with 2 | B |
| 2955 | Starts with 2 | B |
| 51 | Starts with 51 | C |
| 52 | Starts with 52 | D |
| | | |