Hi Guru,
I have a column named "item name" with the below row items:
| ItemName |
| Apple -- January |
| Pear -- January |
| Apple -- February |
| Apple -- March |
| Apple - December |
How can I replace the month to Mmm and also replace -- to - at the same time?
Thanks in advance!