Hi all,
I have the below text in column A that has data with pairs of parameter,value in stacked way and separated with " = ". For this I'm trying to have a formula to tabulate it
in order to extract some parameters of each block and put them in each line.
In B2 I have this formula so far "=MID(INDEX($A$1:$A$79,MATCH("*"&B$1&"*",$A$1:$A$79,0)),16,10)" but when I copy accross and down, only
shows the data of first block.
How to tabulate the values of parameters ID,NAME,TYPE,RSGSN?
The output I'm trying to get is from column B to E.
Thanks in advance
I have the below text in column A that has data with pairs of parameter,value in stacked way and separated with " = ". For this I'm trying to have a formula to tabulate it
in order to extract some parameters of each block and put them in each line.
In B2 I have this formula so far "=MID(INDEX($A$1:$A$79,MATCH("*"&B$1&"*",$A$1:$A$79,0)),16,10)" but when I copy accross and down, only
shows the data of first block.
How to tabulate the values of parameters ID,NAME,TYPE,RSGSN?
The output I'm trying to get is from column B to E.
Thanks in advance
file.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | ID | NAME | TYPE | RSGSN | |||
2 | some text some text | 0 | INV445 | ECT | 18560 | ||
3 | some text | 0 | INV445 | ECT | 6103 | ||
4 | some text some text | 0 | INV445 | ECT | 8180 | ||
5 | some text some text | 2 | MODULE18 | HSSD | 2962 | ||
6 | 2 | MODULE18 | HSSD | 13603 | |||
7 | RSN = 1 | 2 | MODULE18 | HSSD | 764 | ||
8 | ID = 0 | 2 | MODULE18 | HSSD | 6200 | ||
9 | NAME = INV445 | ||||||
10 | TYPE = ECT | ||||||
11 | AMDEF = STR | ||||||
12 | RSGSN = 18560 | ||||||
13 | AMRUL = TOMIZ | ||||||
14 | RREST = 0 | ||||||
15 | PERAR = FALSE | ||||||
16 | ERANN = FALSE | ||||||
17 | RANNO = FALSE | ||||||
18 | |||||||
19 | RSGSN = 6103 | ||||||
20 | AMRUL = TOMIZ | ||||||
21 | RREST = 0 | ||||||
22 | PERAR = FALSE | ||||||
23 | ERANN = FALSE | ||||||
24 | RANNO = FALSE | ||||||
25 | |||||||
26 | RSGSN = 8180 | ||||||
27 | AMRUL = TOMIZ | ||||||
28 | RREST = 0 | ||||||
29 | PERAR = FALSE | ||||||
30 | ERANN = FALSE | ||||||
31 | RANNO = FALSE | ||||||
32 | |||||||
33 | some text some text | ||||||
34 | |||||||
35 | some text some text | ||||||
36 | |||||||
37 | --- END | ||||||
38 | some text some text | ||||||
39 | |||||||
40 | some text some text | ||||||
41 | some text some text | ||||||
42 | some text some text | ||||||
43 | some text some text | ||||||
44 | |||||||
45 | RSN = 1 | ||||||
46 | ID = 2 | ||||||
47 | NAME = MODULE18 | ||||||
48 | TYPE = HSSD | ||||||
49 | AMDEF =SSN | ||||||
50 | RSGSN = 2962 | ||||||
51 | AMRUL = STR | ||||||
52 | PERAR = FALSE | ||||||
53 | ERANN = FALSE | ||||||
54 | RANNO = FALSE | ||||||
55 | |||||||
56 | RSGSN = 13603 | ||||||
57 | AMRUL = STR | ||||||
58 | PERAR = FALSE | ||||||
59 | ERANN = FALSE | ||||||
60 | RANNO = FALSE | ||||||
61 | |||||||
62 | RSGSN = 764 | ||||||
63 | AMRUL = TOMIZ | ||||||
64 | RREST = 0 | ||||||
65 | PERAR = FALSE | ||||||
66 | ERANN = FALSE | ||||||
67 | RANNO = FALSE | ||||||
68 | |||||||
69 | RSGSN = 6200 | ||||||
70 | AMRUL = TOMIZ | ||||||
71 | RREST = 0 | ||||||
72 | PERAR = FALSE | ||||||
73 | ERANN = FALSE | ||||||
74 | RANNO = FALSE | ||||||
75 | |||||||
76 | some text some text | ||||||
77 | |||||||
78 | some text some text | ||||||
79 | |||||||
80 | --- END | ||||||
Sheet1 |