=A1
=B2
=C3
...
Thanks,
Dan
=OFFSET($A$1,ROW(A1)-1,ROW(A1)-1)
If this post helps click Yes
---------------
Jacob Skaria
Assume you want:
H1 = A1
H2 = B2
H3 = C3
H4 = D4
H5 = E5
Enter this formula in H1 and copy down to H5:
=INDEX(A$1:E$5,ROWS(H$1:H1),ROWS(H$1:H1))
--
Biff
Microsoft Excel MVP
"Dan" <D...@discussions.microsoft.com> wrote in message
news:FBF344EE-820D-4778...@microsoft.com...