Hi Guys,
Data cleaning in Alteryx using if statements and contains
In the sample excel file attached - I am only concerned with the Resource Name equal to 'Labor Vendor 0000025308,' ignore the remaining resource name. With the Original Name Column I am concerned with the 'John Resourcing ....' only when the resource name is 'Labor Vendor 0000025308,'
Basically I want to an IF statement on 2 variables with contains and replace , if it does contain a match
If Resource Name equals 'Labor Vendor 0000025308,and Original Name contains (John Resourcing) // Note I do not care about the Month after John Resourcing
Then Resource Name equals John Resourcing
Else Resource Name
End if
Thanks Tommy