Hi,
I have a cell that contains strings such as the example below:
['12-3', '11-6', '3-1']
Each of the values in apostrophes is a reference. Sometimes the will be a single reference (eg ['111-2']), sometimes two and sometimes three. Each reference is always encased within apostrophes.
Is it possible to extract the references with formulae to give the following result (using the above example)? ie each reference in a separate cell and the apostrophes, etc removed.
12-3
11-6
3-1
Thanks
I have a cell that contains strings such as the example below:
['12-3', '11-6', '3-1']
Each of the values in apostrophes is a reference. Sometimes the will be a single reference (eg ['111-2']), sometimes two and sometimes three. Each reference is always encased within apostrophes.
Is it possible to extract the references with formulae to give the following result (using the above example)? ie each reference in a separate cell and the apostrophes, etc removed.
12-3
11-6
3-1
Thanks