Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAOops...posted in the wrong challenge thread.
Solution attached. Attempted first to parse with regex, but couldn't get the syntax right. It was dropping the first digit. For the sake of speed, I switched to a substring formula, and then went back and fixed the regex.
My solution:
Here is my solution. Probably not the best regex but it works!
This is my first week of using Alteryx, as well as my first weekly challenge. Any advice on simplifying or cleaning up my workflow would be appreciated.