I have values as SeniorLevel, JuniorLevel and MidLevel in column ABC. how can i add space in the values and separate the word as Senior Level, Junior Level and Mid Level.
Can anyone please help me.
Solved! Go to Solution.
Hey @Bansi08,
If the seperation always has to happen before 'Level', you can use a simple REPLACE and replace it with the same + a space.
REPLACE([Field],"Level"," Level").
If the logic gets more complicated then just placing it before level, you would prob. need to use Regex and define smth. like a uppercase character to replace with " "+ the letter.
Thanks Frederik. RegEx function worked for me.
Thanks Nebula. RegEx function worked for me.
Yeah! I was looking for a solution for a similar situation. Appreciate simple solutions. Thanks, @binuacs
-alt_marsan
User | Count |
---|---|
76 | |
58 | |
53 | |
47 | |
38 |