I have this problem in Excel where I need to extract data from a string of text like the one below. The data below are all on separate rows. I'm trying to extract only the data that's in between the slashes into something like x/y/z/a/b/c
format and ignoring the rest of the data in front. Hopefully this problem can be resolved using vba.
An example:
s1 167.4/164.2/172.0/165.8/162.5/165.6
s2 163.6/164.1/167.2/167.1/165.6/167.6
S#1:0.1682/0.1646/0.1641/0.1653/0.1622/0.1642
S#2:0.1623/0.1621/0.1667/0.1680/0.1667/0.1643
s24=1903/1881/1873/1903/1915/1891
s25=1872/1858/1904/1879/1854/1868
SLOT 24:0.2031/0.1991/0.1959/0.1989/0.1987/0.2051
SLOT 25:0.2014/0.2019/0.2014/0.2033/0.2001/0.2017