Hello,
I would like to filter my data for only rows that contain an 8 digit numeric string at the beginning of the cell. I think RegEx could solve the issue but I'm unsure of how to apply it. Basically I would like to include a filter that brings me from the screenshot 1 below to screenshot 2. Any help would be massively appreciated!
Thanks
Screenshot 1
Screenshot 2
Solved! Go to Solution.
This is one way to filter your results:
REGEX - ^\d{8}.*
Thank you very much @TurboToad , @binu_acs , and @nagakavyasri all of these worked and really helped!

