Hi, is it possible to write a formula that looks at the contents of a cell and enters line breaks within the cell when a certain charachter is detected? The charachter in this case is a '-', in each cell there may be one '-', more than one '-' or none (i.e. requiring no line breaks). An example of a cell I need to do this for is below:

"The user must be able to add the following terms, attributes (brackets) and attribute values <arrows>: - Normal, - Dilation, - Stenosis (Appearance, <Benign, Malignant>, Length, <xx cm>, Traversable, <Yes, After dilation, No>, - Compression (Size, <Small, Large>), - Diverticulum (Number, <Single, Multiple>, Size, <Small, Large>, Neck, <Narrow, Wide>, Content, <None, Food, Blood, Clot>), - Previous surgery (Type, <Specify>), - Deformity (Type, <Specify>), - Ring/web (Lumen, <xx mm>), - Hiatal hernia (Upper border, < cm from incisors>, Lower border, <cm from incisors>), - Zline (position, <cm from incisors>)"

I'd like it to look like this within the cell:

"The user must be able to add the following terms, attributes (brackets) and attribute values <arrows>:
- Normal,
- Dilation,
- Stenosis (Appearance, <Benign, Malignant>, Length, <xx cm>, Traversable, <Yes, After dilation, No>,
- Compression (Size, <Small, Large>),
- Diverticulum (Number, <Single, Multiple>, Size, <Small, Large>, Neck, <Narrow, Wide>, Content, <None, Food, Blood, Clot>),
- Previous surgery (Type, <Specify>), - Deformity (Type, <Specify>),
- Ring/web (Lumen, <xx mm>),
- Hiatal hernia (Upper border, < cm from incisors>, Lower border, <cm from incisors>),
- Zline (position, <cm from incisors>)"