Hi, Guys.
Needs your help or a hint, I'm trying to write 'user-defined' function in Excel, that doing following:
Getting two arguments: cell and 'like' pattern (_ _ , *, e.t.c).
As a result returns data that match this pattern.
For example:
1. Cell = "golf car is really comfort", pattern = "_ _ _ _" will return "golf"
2. Cell = "toyota is number one", pattern = "num*" will return "number one"
Thank you.