Hi Team,
How to extract Last Name/Last Word from Column A. Space is the seperator between Names.
if Single Name then it will be Last Name if blank then column B should be dash.
Below is a table with expected output.
Thanks
mg
How to extract Last Name/Last Word from Column A. Space is the seperator between Names.
if Single Name then it will be Last Name if blank then column B should be dash.
Below is a table with expected output.
Book47 | ||||
---|---|---|---|---|
A | B | |||
1 | Name | Expected Last Name | ||
2 | Sachin Tendulkar | Tendulkar | ||
3 | M S Dhoni | Dhoni | ||
4 | - | |||
5 | Virat Kohli | Kohli | ||
6 | Rahul | Rahul | ||
7 | Chris Gayle | Gayle | ||
Sheet1 |
Thanks
mg