To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I have a column which has data in alphanumeric form
I need a formula which can help me know the position of the first occuring number.
Example
Avi2323 = 4
Avi2456 = 5
234-678 = 1
My constraints
There can be space at the start
Thank you
Solved! Go to Solution.
You can add a new column with the following code...
Replace [Column1] with your column name.
Proud to be a Super User! | |
You can add a new column with the following code...
Replace [Column1] with your column name.
Proud to be a Super User! | |