Hello all,
I am having trouble efficiently parsing the data in a cell and hopefully this makes sense.
Preferably I would like to have a formula.
For testing purposes, the data I am trying to parse is in cell A1.
The data I am trying to parse is
I need to parse out 3 different variables
1. after "240" and before "]10"
2. After "]10" and before "]37"
3. After "]37"
The data to parse is almost never a defined number of digits so it has to find the data between variables.
In my data example and following the parsing logic above, the next three columns should look like this
Thank you in advanced to any and all who help here. I am open to all suggestions.
I am having trouble efficiently parsing the data in a cell and hopefully this makes sense.
Preferably I would like to have a formula.
For testing purposes, the data I am trying to parse is in cell A1.
The data I am trying to parse is
2403AD0471]1051790]37938 |
I need to parse out 3 different variables
1. after "240" and before "]10"
2. After "]10" and before "]37"
3. After "]37"
The data to parse is almost never a defined number of digits so it has to find the data between variables.
In my data example and following the parsing logic above, the next three columns should look like this
2403AD0471]1051790]37938 | 3AD0471 | 51790 | 938 |
Thank you in advanced to any and all who help here. I am open to all suggestions.