Hi, i would like to have a spreadsheet with 2 sheets (each sheet will have headers)
I will paste numbers in sheet1, and i want those numbers to be copied into 2 cells in sheet2
let's say in sheet1, i enter the following
1
2
3
in sheet2, i want to see this
header1, header2, header3
1-a, 1-0, sometext
1-b, 1-0, sometext
2-a, 2-0, sometext
2-b, 2-1, sometext
3-a, 3-0, sometext
3-b, 3-1, sometext
i tried to create a formula, but if i highlight 2 rows and drag down, it skips rows from sheet one. I'm not too familiar with vba scripting and i was hoping to find a way this can be done using formulas.. but if scripting is the way to go, i can manage that as well.
thanks in advance for your help.
Bookmarks