I have two columns: First Name & Last Name
In the column, Last Name, each value in it has an extra space in front. What I would like to do is to remove the extra space for all values in that column.
Originally the column is:
Last Name
Tai Man
Cecila
Ka Man
Tin Yan
Choi Fan, Mavis
What I want is:
Last Name
Tai Man
Cecila
Ka Man
Tin Yan
Choi Fan, Mavis
Do anyone have any idea on how to remove the extra space in front of each value?
Thanks for your help in advance!
In the column, Last Name, each value in it has an extra space in front. What I would like to do is to remove the extra space for all values in that column.
Originally the column is:
Last Name
Tai Man
Cecila
Ka Man
Tin Yan
Choi Fan, Mavis
What I want is:
Last Name
Tai Man
Cecila
Ka Man
Tin Yan
Choi Fan, Mavis
Do anyone have any idea on how to remove the extra space in front of each value?
Thanks for your help in advance!