Autofill from Vertical to Horizontal

mrsmunk

New Member
Joined
Jan 24, 2011
Messages
12
I have a sheet that is used for data input that is entered vertically for payroll information. I want to be able to link that information to another sheet and then autofill horizontally

For example

Payroll entry sheet
A b
John Smith Jane Doe
$2,000.00 $3,400.00
$2,100.00 $3,400.00
$2,000.00 $3,400.00
$2,100.00 $3,400.00
$2,000.00 $3,400.00
$2,100.00 $3,400.00

12 Month Pay info
Col A Col B Col C Col D
John Smith $2,000.00 $2,100.00 $2,000.00
Jane Doe $3,400.00 $3,400.00 $3,400.00

I want to be able to fill A1 and then autofill the rest w/o using a VB script. Is this possible?
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Yes, for your exmaple you would have to do each row, therefore the macro previously posted would be a better choice if it works.
 
Upvote 0
sorry - I didn't see my reply so I re-posted.
I like the Transpose function though. It will come in handy in the future.
Thanks again.
Terri
 
Upvote 0

Forum statistics

Threads
1,216,750
Messages
6,132,506
Members
449,730
Latest member
SeanHT

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