hello

i have in one cell this text "labels: V721.101, V721.108, V721.160, V721.161" (let's say this is in A1)
i wold like to know if i can extract in the cells bellow the following strings
A2 - 721 B2 - 101
A3 - 721 B3 - 108
A4 - 721 B4 - 160
A5 - 721 B5 - 161
This is just an example because i have other cells that contains 1, 2 or even more labels.
My question is can i extract a string from a poit to another if this string begins with a character i want?

Don't know if i made myself clear.