How can I extract values from one column and create 2 separate columns?

Hi I have a column in my dataset with values that looks like  "711-500001-3068-22-STL-000000-00000000000". I wanted to take that value and create two columns. First column will have the value of "3068" and second column with "22". What's the best wat to accomplish this?

Best Answers

Answers