Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 4

Here PR means Project, ML means Milestone, T means Task.

Write function to Replace three codes in full name in column


named Full Code. E.g., Project 1 Milestone 1 Task 1

Project Code Milestone Code Task Code


PR1 ML1 T1
PR2 ML2 T2
PR3 ML3 T3
PR4 ML4 T1
PR5 ML5 T2
PR6 ML3 T3
PR7 ML4 T2
PR8 ML5 T3
PR9 ML6 T1
PR10 ML7 T2
PR11 ML8 T3
PR12 ML9 T4
PR13 ML1 T5
PR14 ML2 T6
PR15 ML3 T7
PR16 ML4 T8
PR17 ML5 T9
PR18 ML6 T10
PR19 ML7 T11
PR20 ML8 T12
ne, T means Task. Write function to Replace three codes in full name in column You have a list of numbers (13 digit) in colum
1 Task 1 you want to make them look more lik
"1730112563451

Project Full Name Raw Numbers


Project 1 ML1 T1 1730198592506
1730145216405
1730197031044
1730162787696
1730117548605
1730134276205
1730117327525
1730178433802
1730160198415
1730160494734
1730156696361
1730157986233
1730183849798
1730172345424
1730187573422
1730144649524
1730179839274
1730136015229
1730161990477
1730138119737
of numbers (13 digit) in column Raw Numbers formatted as "1730112563451" and
nt to make them look more like CNICs by adding hyphens. Your goal is to turn
"1730112563451" into "17301-1256345-1".

Phone Numbers
17301-9859250-6
17301-4521640-5
17301-9703104-4
17301-6278769-6
17301-1754860-5
17301-3427620-5
17301-1732752-5
17301-7843380-2
17301-6019841-5
17301-6049473-4
17301-5669636-1
17301-5798623-3
17301-8384979-8
17301-7234542-4
17301-8757342-2
17301-4464952-4
17301-7983927-4
17301-3601522-9
17301-6199047-7
17301-3811973-7
Here PR means Project, ML means Milestone, T means Task. Write function to Replace three codes
in full name in column named Full Code. E.g., Project 1 Milestone 1 Task 1

Project Full Name


PR1, ML1, T1 Project 1 Milestone1 Task1
PR2, ML2, T2 Project 2 Milestone2 Task2
PR3, ML3, T3 Project 3 Milestone3 Task3
PR4, ML4, T1 Project 4 Milestone4 Task1
PR5, ML5, T2 Project 5 Milestone5 Task2
PR6, ML3, T3 Project 6 Milestone3 Task3
PR7, ML4, T2 Project 7 Milestone4 Task2
PR8, ML5, T3 Project 8 Milestone5 Task3
PR9, ML6, T1 Project 9 Milestone6 Task1
PR10, ML7, T2 Project 10 Milestone7 Task2
PR11, ML8, T3 Project 11 Milestone8 Task3
PR12, ML9, T4 Project 12 Milestone9 Task4
PR13, ML1, T5 Project 13 Milestone1 Task5
PR14, ML2, T6 Project 14 Milestone2 Task6
PR15, ML3, T7 Project 15 Milestone3 Task7
PR16, ML4, T8 Project 16 Milestone4 Task8
PR17, ML5, T9 Project 17 Milestone5 Task9
PR18, ML6, T10 Project 18 Milestone6 Task10
PR19, ML7, T11 Project 19 Milestone7 Task11
PR20, ML8, T12 Project 20 Milestone8 Task12

You might also like