I want to keep only the first word in a cell and remove all the other words in the cell
For e.g. if a cell contains the word “R160 2.15k 7 7 f”,
I want to remove “2.15k 7 7 f” and only keep R160
I want to do this for a entire column A.
Some picture illustration
1) how the sheet looks like initially,
1.JPG
2) after running the macro, the sheet should looks like,
2.JPG
I have attached a sample workbook
Sheet 1 contains a sample data
Sheet2 shows how the data looks like after running the macro
Sheet 3 contains a button to insert the codes
removeWords.xlsx
Bookmarks