I have 350 horizontal cells with data.
I want to reference these cells in a vertical column on anther sheet.
How do I write the first one and then drag down and have the correct reference automatically, so I don't have to type into Sheet 2 each cell from Sheet 1 by hand?
Example:
Sheet1
A1 B1 C1 D1 E1..... ...ML1 MM1 MN1
Bob Sally Fred Sam Susan Jill Joe John
Sheet2
A1: =SHEET1!A1
A2: =SHEET1!B1
A3: =SHEET1!C1
A4: =SHEET1!D1
A5: =SHEET1!E1
...
A348: =SHEET1!ML1
A349: =SHEET1!MM1
A350: =SHEET1!MN1
Thank you very much.
Bookmarks