T O P I C R E V I E W |
Neena1695 |
Posted - 01/20/2021 : 06:40:35 AM Hello Origin Users!
In the attached picture, I want to convert columnn 1 into column 2 format, so want to remove all those letters and just extract associated numbers. What function can I use on Origin?
Thank you
Neena |
3 L A T E S T R E P L I E S (Newest First) |
Neena1695 |
Posted - 01/20/2021 : 6:58:01 PM Thank you!
Neena |
cpyang |
Posted - 01/20/2021 : 10:00:29 AM If you know for sure the numbers always start from the same position, then you can do this in Fx formula
value(mid(A,4)$)
CP
|
YimingChen |
Posted - 01/20/2021 : 09:13:15 AM Hi Neena,
If you have Origin2021, you can use regular expression in Python extract value from string.
James |