I am uploading a Tabular data into my SQL database.
The following is the original look of the data.

I want to take each temperature (Y axis) in a column and then each gravity (X Axis) in next Column, followed by the intersecting value.
Like This:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i got helped from a guy from ExcelForum. Here is the Macro Code, that solved my problem.
Make sure to change the Sheet name to ‘Original’ in order to have this code working.