Hi all,
I have an Excel sheet with one column of short text. Within this short text there is sometimes a 'number combination', where I want to apply a filter.
- this number combination can show up anywhere within the short text (beginning, middle, end)
- short text data type is V_WSTRING
- this number combination is always 8 digits
- this number combination always starts with '10'
- the number combination would look like '10xxxxxx'
What needs to be put into the filter tool to filter only on these entries containg such a number comination?
Optional: For the future the '10' might be replaced - would there be also a more generic way to just search of 8 numbers?
Thanks for your help.