Hello,
I have the below scenario, Column A(Unique Identifier) and Column B (String)
In column C(Expected column)
- IF Column B contains "Video platform" then Column C = Video Platform
- IF Column B= Null then Column C = Null
- If Column B contains Audio platform then Column C = Audio Platform
- If Column B Not equal to 'Video or Audio platform' then column C = Others
- If Column B contains both "Video platform" and " Audio platform"(Any sequence) then column c = ' Video and Audio platform'
I tried with formula tool but I could not able to get the desire value in C.
| Column A | Column B | Column C |
| Unique Identifier | String | Expected column |
| 1 | Video platform, other System | Video Platform |
| 2 | Null | Null |
| 3 | Audio Platform | Audio Platform |
| 4 | others System | others |
| 5 | Video platform, other system, Audio Platform | Video and Audio platform |