See attached for a couple of options....
If you truly want the results in single cells, then you would best download and install a free addin called Morefunc.xll.
then you would use this formula in B1:
confirmed with CTRL+SHIFT+ENTER and copied down.
If you are okay with have the results listed horizontally in separate cells, then you don't need the addin, you could use formula:
confirmed with CTRL+SHIFT+ENTER and copied down and then across how far you need to to ensure extraction of all matches.
a 3rd option is to use a VBA function.
Hit ALT+F11 and go to insert|Module, then in the VB editor paste this code:
Then apply formula similar to 1st one above:
and confirm with CTRL+SHIFT+ENTER not just ENTER
Note: If you make any changes to ranges, etc in the formula you have to reconfirm with CSE keys before copying down and/or across.
Bookmarks