Hello everyone,
I have a column with strings as Jan18, Apr16, Feb20, Jun17. How can I convert them into MMM-YYYY format so that I can sort them based on months. I mean Jan-2018, Apr-2016, Feb-2020, Jun-2017 by this. I tried a lot of pages but unable to find a solution that I need.
Thank you!