I wanted to get the words from a cell. For example, cell A2 has a value of “My name is jayson”. I wanted to get the words: “name” & “jayson”. I want to exclude words with less than 3 characters. How do I do it using a formula/function in excel?
Thanks.
This code should be run from the sheet that contains your data to be splice. I have assumed that you are working in column A
The code
Variant arrays are used to make this an efficient process
{Update: added no loop version}
Original CodeUpdated:No loops