I have a set of data that reads like this

Country1 Year1 Value1
Country1 Year2 Value2
Country1 Year3 Value3
Country2 Year1 Value1
Country2 Year2 Value2
Country2 Year3 Value3
Etc...

I would like to create a sheet that reads like this:

year1 year2 year3
Country1 value1 value2 value3
Country2 value1 value2 value3
Etc...

Could someon please explain to me how I can do this.

Thank you very much