Is it possible to compare the content of one Excel cell with a regex pattern located in another cell?
Is it possible to compare the content of one Excel cell with a regex pattern located in another cell?
Yes, that's possible to pass a cell to a user defined function for RegEx match, see
https://stackoverflow.com/questions/22542834/how-to-use-regular-expressions-regex-in-microsoft-excel-both-in-cell-and-loops
=> Example 2
2 people are following this question.