I need some help. I am trying to extract a part of a cell with a formula. See example below:
in column A1 my data is
P-1-B103A4
P-1-B103A5
P-1-B107A10
P-1-B107A12
P-1-B10A7
P-1-B10A8
P-1-B10A9
P-1-B10B12
in column B1 I will need just the numbers that will come after P-1-B:
103
103
107
107
10
10
10
10
The ending result would be:
A1 B1
P-1-B103A4 103
P-1-B103A5 103
P-1-B107A10 107
P-1-B107A12 107
P-1-B10A7 10
P-1-B10A8 10
P-1-B10A9 10
P-1-B10B12 10
All I want from my data is the numbers between the P-1-B and the next alpha character. I also want to be able to paste new data in A1 and have the formula automatically take the portion I dont need out. I dont know if this can be done but I thought I would give it a try. Any help would be greatly appreciated.
Thanks
Brian
in column A1 my data is
P-1-B103A4
P-1-B103A5
P-1-B107A10
P-1-B107A12
P-1-B10A7
P-1-B10A8
P-1-B10A9
P-1-B10B12
in column B1 I will need just the numbers that will come after P-1-B:
103
103
107
107
10
10
10
10
The ending result would be:
A1 B1
P-1-B103A4 103
P-1-B103A5 103
P-1-B107A10 107
P-1-B107A12 107
P-1-B10A7 10
P-1-B10A8 10
P-1-B10A9 10
P-1-B10B12 10
All I want from my data is the numbers between the P-1-B and the next alpha character. I also want to be able to paste new data in A1 and have the formula automatically take the portion I dont need out. I dont know if this can be done but I thought I would give it a try. Any help would be greatly appreciated.
Thanks
Brian