Hi all,
Looking for a little help with this formula. My formula doesn't seem to work properly due to the "-" being used.
I'm trying to extract the first four digits between "(DRILL-1) " and "-" (e.g.4106 and 4108) and place into column B and then from the "-" to the end of the digits (e.g. 20692 and 5434) into column C using formulas.
Any help with a formula would be appreciated.
[TABLE="class: grid, width: 700"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: center"]Serial Number[/TD]
[TD="align: center"]Make[/TD]
[TD="align: center"]Model[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]NFPC1193R_RyLAPi (DRILL-1) 4106-20692[/TD]
[TD]4106[/TD]
[TD]20692[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]NFPC1193R_RyLAPi (DRILL-1) 4108-5434[/TD]
[TD]4108[/TD]
[TD]5434[/TD]
[/TR]
</tbody>[/TABLE]
Looking for a little help with this formula. My formula doesn't seem to work properly due to the "-" being used.
I'm trying to extract the first four digits between "(DRILL-1) " and "-" (e.g.4106 and 4108) and place into column B and then from the "-" to the end of the digits (e.g. 20692 and 5434) into column C using formulas.
Any help with a formula would be appreciated.
[TABLE="class: grid, width: 700"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="align: center"]Serial Number[/TD]
[TD="align: center"]Make[/TD]
[TD="align: center"]Model[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]NFPC1193R_RyLAPi (DRILL-1) 4106-20692[/TD]
[TD]4106[/TD]
[TD]20692[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]NFPC1193R_RyLAPi (DRILL-1) 4108-5434[/TD]
[TD]4108[/TD]
[TD]5434[/TD]
[/TR]
</tbody>[/TABLE]