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?
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?