I have a column with data like "2020-January", "2020-February" and so on. I want to transform the data into "2020-01" , "2020-02" , how could I go about it?
I have tried month(&1), but that seems to only transform "January", but if the year value like 2020 is present, the formula fails.