Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
I have a Column with some description like 1024D 32A DL WO MODEM VER1.2 99/2006-24V
I need to Search for text VER, if it is found then need to extract VER1.2 as my column.
Please help me out.
Thanks....
Solved! Go to Solution.
Hi,
Try this:
Text.Range( [Column] , Text.PositionOf( [Column] , "VER" ) , 6 )
Br,
J
Hi,
Try this:
Text.Range( [Column] , Text.PositionOf( [Column] , "VER" ) , 6 )
Br,
J
Thanks... It Worked
User | Count |
---|---|
84 | |
70 | |
68 | |
59 | |
51 |
User | Count |
---|---|
42 | |
41 | |
34 | |
32 | |
31 |