Find corresponding column letter and return entire column data

Nando1988

New Member
Joined
Aug 21, 2019
Messages
20
I have 2 sheets in an excel workbook, and I need to get the columns from 1 sheet to the other. I have sheet1 with 3 columns and multiple rows and in column A, I have the letter of the column that has the data for that field. I need a vba script that gets the data for that column letter and places it in sheet2, in the field that needs that data (sheet2 is sheet1 transposed). I have the column headers with the letters and in the second row, the header's text and I need to paste the data from the third row and on, from the column specified with the letter, in sheet1.
Can someone please help me?
Thanks.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Hello,

can you supply screen shots of the two sheets, ideally with the results you expect to see please.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,054
Latest member
juliecooper255

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top