I want to add a column named CategoryCode which would take the first 3 letters of Category column + the first 3 letters of Subcategory column+ any number.
The problem is that I have some values in CategoryCode column which I don't have to change. I just have to operate on values which is null.
Can anyone help me with that? It would be of great help.