Hi there,
In the table below, I'm tring to replace existing strings in Column A and B with text in Column C and D.
There are 3 cases in the table:
1. Column A and B have null values, I want to replace them with Column C and D texts.
2. Column A and B have strings, I want to replace them with Column C and D texts.
3. Column A and B have strings, but null values in Column C and D, I want to keep existing strings in Column A and B.
So for case 1 I have successfully used the Isnull function to replace the null values in Column A and B, and for case 3 I don't need to do anything.
But for Case 2, I have no idea how to use the replace function or any other tools. Appreciate if you can help on this.
