I want to extract a word from text which is separated by commas.
This is one of the data from users.
117573,117573,219,219,75,75,Messi,barcelona,53780217,forward,froquen@gmail.com
I want to get "Messi" from the data.
I can use the "text to columns" function but our data is dynamic and whenever I export it, I have to do that again and again.
I tried "MID, FIND" text formulas but in the next updates, the number of commas will change.
I am looking to a VBA code as:
Function_name(A2;6;7) => RETURN "Messi"
6= starting comma
7= the comma after the word