Hello,
I have a list of items in column E that contains information like these
Excel 2007
What i would need to do is the folowing,
if the first 3 characters are BEZ than to search for the character "T" in the string and to retrieve the number after it in the corespondign cell on column M. otherwise to put "N"
I have a list of items in column E that contains information like these
Excel Workbook | |||
---|---|---|---|
X | |||
4 | 10T2N30 | ||
5 | 10T3N30 | ||
6 | 14T2N30 | ||
7 | 14TN | ||
8 | 15T2N30 | ||
9 | 20TN | ||
10 | 21T2N30 | ||
11 | 21T2N60 | ||
12 | 21T3N30 | ||
13 | 2FM20TN | ||
14 | 30T0,5N60 | ||
15 | 30T0.5N3FM | ||
16 | 30T2.5%N31 | ||
17 | 30TN | ||
18 | 40TN | ||
19 | 45T2N60 | ||
20 | 45T3N60 | ||
21 | 45TN | ||
22 | 60T1 | ||
23 | 60T1N75 | ||
24 | 60TN | ||
25 | 75TN | ||
26 | 8T2N30 | ||
27 | 90TN | ||
28 | BEZ10T3N30 | ||
29 | BEZ3T3.5N3 | ||
30 | BEZN | ||
31 | Sofort | ||
32 | Sofort2% | ||
33 | Sofort3% | ||
Open Invoices |
What i would need to do is the folowing,
if the first 3 characters are BEZ than to search for the character "T" in the string and to retrieve the number after it in the corespondign cell on column M. otherwise to put "N"
Last edited: