Hello,
Can anyone guide me to parse this data from the given below:
||`General Population 10-12-2021$` - I need to parse out General Population
Solved! Go to Solution.
Use Regex function like below.
Formula:
REGEX_Replace([Field1], ".*`(.+)\s\d.+", "$1")
Workflow:
Hope this helps : )
Hello,
This worked perfectly. Thanx a lot for your quick help.
Happy to help : ) @DataPirate26
Cheers and have a nice day!