Forum Discussion
massotebernoull
Helper I
4 years agoReplace values with text contains
I Have this table USER SCHOOL [email protected] [email protected] [email protected] school4 [email protected] school1 [email protected] school1 [email protected]...
mahoneypat
Microsoft Employee
4 years agoYour code worked for me. The only change I made was to use "school1.com" instead of just "school1" in the Text.Contains, as school14 contains school1 for example.
Pat
- massotebernoull4 years ago
Helper I
Sorry for not specifying it properly.
I need that only null lines that have "@school1.com" in column USER change to "school1" in column SCHOOL.
Other null values from other schools must continue as they are.
Thanks for replying mahoneypat !