I want to split text strings from the below formula in a cell that generates a numeric value.
=RTD($A$1;;"aaa@bbb//ccc////ddd")
Using the mid & search funktion to split certain parts such as =MID(A23; SEARCH("////";A23)+4; 3) only works if text is stored in cells, but not on a formula in the cell.
How to extract strings from a formula?