Hi,
I have sales data like this (each month in a separate column):

And I needed like this:

I need to repeat every single row for every month I have, and add the month next to it.
I think that once I have the months in a single column, matching the sales should be easy but I am struggling with the first part.
Thank you so much