Share
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.
A very easy way of doing this is by using the transpose option of Paste Special, depending on how much data you have. For a small amount it’s worth doing it this way.
If you have a lot of different people, Joe Bloggs, Jane Doe and many more it would be a chore to transpose each individual person so a quick bit of VB code like horrible thing below should do the trick.
x and y are used like a set of graph coordinates. For every row it scans through the columns in the row, and adds it to the list below.
Edit:
I’ve updated the code, Integers are now Long and it writes the results to sheet2.