Sanket Katdare
New Member
Hi There,
I am looking for Excel Power Query M Code which will to segregate case numbers in two different columns as per their type.
Also, there might be some free text available in few case numbers, wanted to remove those unwanted characters and extract correct call number
Sample Input Table
Expected Output
I am looking for Excel Power Query M Code which will to segregate case numbers in two different columns as per their type.
Also, there might be some free text available in few case numbers, wanted to remove those unwanted characters and extract correct call number
Sample Input Table
Number |
183461-1000754 |
183461-1001042 |
183461-1001069 |
183461-1001152 |
183490-1000647 Complaint |
60-0032745101 |
60-0032819228 |
60-0032827919 |
60-0032829170 Demo |
Expected Output
Case | No |
183490-1000647 | |
183461-1000754 | |
183461-1001042 | |
183461-1001069 | |
183461-1001152 | |
60-0032829170 | |
60-0032745101 | |
60-0032819228 | |
60-0032827919 |