I have the following text:
This is user message
- Message one
- Message two
- Message three
where I want to replace all the bullets with numbers:
This is user message
- Message one
- Message two
- Message three
This text in available in only one cell of Excel file.
Can anyone suggest a formula to do so?
A different formula may suit for a different interpretation:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"-","3.",3),"-","2.",2),"-","1.",1)