I have a text string in say, A6 separated by semicolon, comprising of 8 words which looks something like this
dog;cat;mouse;tiger;squirrel,moose,panther,lion
I would like to extract the 4th, 5th and 8th word i.e. tiger, squirrel and lion in D6, E6 and F6 respectively. After extraction, D6 should contain tiger, E6 squirrel and F6 lion. All the other words need not be extracted.
I need to accomplish the task by using standard excel formulas and VBA cannot be used in this instance. I have tried using LEFT, MID RIGHT, LEN and FIND functions but could not pull through the correct formula. I am just not able to figure out the error I am making.
I shall appreciate very much any help in this regard.
Thanks and Regards,
dog;cat;mouse;tiger;squirrel,moose,panther,lion
I would like to extract the 4th, 5th and 8th word i.e. tiger, squirrel and lion in D6, E6 and F6 respectively. After extraction, D6 should contain tiger, E6 squirrel and F6 lion. All the other words need not be extracted.
I need to accomplish the task by using standard excel formulas and VBA cannot be used in this instance. I have tried using LEFT, MID RIGHT, LEN and FIND functions but could not pull through the correct formula. I am just not able to figure out the error I am making.
I shall appreciate very much any help in this regard.
Thanks and Regards,